[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: fio: Update to 3.25.
From: |
guix-commits |
Subject: |
01/06: gnu: fio: Update to 3.25. |
Date: |
Sun, 6 Dec 2020 17:51:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9b5ed03969cd8e1f31c7428523a682a6a6dd82e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 6 23:30:31 2020 +0100
gnu: fio: Update to 3.25.
* gnu/packages/benchmark.scm (fio): Update to 3.25.
---
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 fa70d27..61aa42c 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -47,14 +47,14 @@
(define-public fio
(package
(name "fio")
- (version "3.24")
+ (version "3.25")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
- "0qshbyqpvm01hmpkmk0v0jhjz23sngqhy291kiz38z04s2df4vxn"))))
+ "16r734an459cz1ax3jyhxc269i3syzdkll4qbv18wqaxpm5y34v6"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
- branch master updated (6374a25 -> ac50633), guix-commits, 2020/12/06
- 01/06: gnu: fio: Update to 3.25.,
guix-commits <=
- 06/06: gnu: hplip: Update to 3.20.11., guix-commits, 2020/12/06
- 03/06: gnu: ropgadget: Update to 6.4., guix-commits, 2020/12/06
- 02/06: gnu: pam-mount: Update to 2.17., guix-commits, 2020/12/06
- 05/06: gnu: libopenmpt: Update to 0.5.4., guix-commits, 2020/12/06
- 04/06: gnu: nsd: Update to 4.3.4., guix-commits, 2020/12/06