diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-14 16:06:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:12:11 +0100 |
commit | 808fc71e7c127766d057d099e728464d98e84706 (patch) | |
tree | ee9eebdc0076001fcb23517edb6d2ef99c87c554 /gnu | |
parent | 2c560aa217284c3152378e5c79f0519d78cba226 (diff) | |
download | guix-808fc71e7c127766d057d099e728464d98e84706.tar.gz guix-808fc71e7c127766d057d099e728464d98e84706.zip |
gnu: fio: Update to 3.24.
* gnu/packages/benchmark.scm (fio): Update to 3.24.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/benchmark.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 8a8309ce52..fa70d2773e 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" |