[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: fio: Update to 3.27.
From: |
guix-commits |
Subject: |
03/16: gnu: fio: Update to 3.27. |
Date: |
Thu, 27 May 2021 12:27:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c59606aa50c7f258b5a3d450107ee4ab3027f0b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 16:16:36 2021 +0200
gnu: fio: Update to 3.27.
* gnu/packages/benchmark.scm (fio): Update to 3.27.
---
gnu/packages/benchmark.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index b7bb332..a75663a 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -52,14 +52,14 @@
(define-public fio
(package
(name "fio")
- (version "3.26")
+ (version "3.27")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
- "1114h60vw63bim872an33xpvjfib6sc9dwj9xvk0yw41xjzfpp06"))))
+ "0akaixip86ycbxr13bjff2121rgfbz35fa9l39677wpwzckp4f4d"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
- branch master updated (014421e -> 847af45), guix-commits, 2021/05/27
- 02/16: gnu: mpd: Update to 0.22.8., guix-commits, 2021/05/27
- 03/16: gnu: fio: Update to 3.27.,
guix-commits <=
- 04/16: gnu: xfsprogs: Update to 5.12.0., guix-commits, 2021/05/27
- 12/16: gnu: ccl: Update to 1.12.1., guix-commits, 2021/05/27
- 14/16: gnu: lksctp-tools: Edit synopsis & description., guix-commits, 2021/05/27
- 10/16: gnu: libopenmpt: Update to 0.5.9., guix-commits, 2021/05/27
- 05/16: gnu: libnftnl: Update to 1.2.0., guix-commits, 2021/05/27
- 06/16: gnu: nftables: Update to 0.9.9., guix-commits, 2021/05/27
- 13/16: gnu: libndp: Update to 1.8., guix-commits, 2021/05/27
- 08/16: gnu: iperf: Update to 3.10., guix-commits, 2021/05/27
- 16/16: gnu: phodav: Add gsettings-desktop-schemas input., guix-commits, 2021/05/27
- 11/16: gnu: shotwell: Update to 0.30.12., guix-commits, 2021/05/27