[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: fio: Update to 3.24.
From: |
guix-commits |
Subject: |
02/12: gnu: fio: Update to 3.24. |
Date: |
Sat, 14 Nov 2020 18:12:40 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 808fc71e7c127766d057d099e728464d98e84706
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 16:06:13 2020 +0100
gnu: fio: Update to 3.24.
* gnu/packages/benchmark.scm (fio): Update to 3.24.
---
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 8a8309c..fa70d27 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -47,14 +47,14 @@
(define-public fio
(package
(name "fio")
- (version "3.23")
+ (version "3.24")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/";
"fio-" version ".tar.bz2"))
(sha256
(base32
- "0cy32431hv0i84yrryna5byj4r610n6i1rm8nfflnrznbf051axs"))))
+ "0qshbyqpvm01hmpkmk0v0jhjz23sngqhy291kiz38z04s2df4vxn"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
- branch master updated (1614419 -> 8d2ee4c), guix-commits, 2020/11/14
- 01/12: gnu: perl-www-curl: Fix build with curl@7.69.1., guix-commits, 2020/11/14
- 03/12: gnu: python-podcastparser: Update to 0.6.6., guix-commits, 2020/11/14
- 02/12: gnu: fio: Update to 3.24.,
guix-commits <=
- 04/12: gnu: qemu: Extend I/O test time-outs., guix-commits, 2020/11/14
- 06/12: gnu: Add stb-rect-pack., guix-commits, 2020/11/14
- 09/12: gnu: ogre: Update to 1.12.9., guix-commits, 2020/11/14
- 12/12: gnu: opendoas: Update to 6.8., guix-commits, 2020/11/14
- 08/12: gnu: Add dear-imgui., guix-commits, 2020/11/14
- 07/12: gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58., guix-commits, 2020/11/14
- 11/12: gnu: multipath-tools: Update to 0.8.5., guix-commits, 2020/11/14
- 05/12: gnu: perl-lwp-protocol-https: Update to 6.09., guix-commits, 2020/11/14
- 10/12: gnu: msmtp: Update to 1.8.13., guix-commits, 2020/11/14