gnu: fio: Update to 3.32.

* gnu/packages/benchmark.scm (fio): Update to 3.32.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan 2022-10-21 13:15:07 +00:00 committed by Christopher Baines
parent add66292de
commit cba91975d0
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -72,14 +72,14 @@ (define gcc-toolchain*
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "3.31") (version "3.32")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/" (uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2")) "fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"03x0n18f2wsyjh6qv57kvgqcwga54rzngwzr6fzlrjsalqw7mxlp")))) "0wlfzx6zwkp81fwqw0pqm9i7v0b89rpfbliwxdd8q4kp4mf3q2dv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:modules (list #:modules