1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: fio: Update to 3.31.

* gnu/packages/benchmark.scm (fio): Update to 3.31.
This commit is contained in:
Tobias Geerinckx-Rice
2022-08-14 02:00:00 +02:00
parent 8bd30dd207
commit dbfadac361
+2 -2
View File
@@ -72,14 +72,14 @@
(define-public fio
(package
(name "fio")
(version "3.30")
(version "3.31")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"1qjivkisn7dxk8irrb0rglmmdpbnai6n7vindf18ln0j24cc1x56"))))
"03x0n18f2wsyjh6qv57kvgqcwga54rzngwzr6fzlrjsalqw7mxlp"))))
(build-system gnu-build-system)
(arguments
(list #:modules