diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-06 23:30:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-06 23:50:43 +0100 |
commit | 9b5ed03969cd8e1f31c7428523a682a6a6dd82e8 (patch) | |
tree | 359a38128a11c9c24d078f74da8437cff156c879 /gnu | |
parent | 6374a25357eb75091996db57b01d82d9899906b8 (diff) | |
download | guix-9b5ed03969cd8e1f31c7428523a682a6a6dd82e8.tar.gz guix-9b5ed03969cd8e1f31c7428523a682a6a6dd82e8.zip |
gnu: fio: Update to 3.25.
* gnu/packages/benchmark.scm (fio): Update to 3.25.
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 fa70d2773e..61aa42c420 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" |