gnu: fio: Update to 3.25.

* gnu/packages/benchmark.scm (fio): Update to 3.25.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-06 23:30:31 +01:00
parent 6374a25357
commit 9b5ed03969
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -47,14 +47,14 @@ (define-module (gnu packages benchmark)
(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"