3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fio: Update to 3.24.

* gnu/packages/benchmark.scm (fio): Update to 3.24.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-14 16:06:13 +01:00
parent 2c560aa217
commit 808fc71e7c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"