gnu: fio: Update to 3.16.

* gnu/packages/benchmark.scm (fio): Update to 3.16.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-07 05:19:08 +01:00
parent 78fee44e32
commit 00d3c3e9b8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -43,14 +43,14 @@ (define-module (gnu packages benchmark)
(define-public fio
(package
(name "fio")
(version "3.14")
(version "3.16")
(source (origin
(method url-fetch)
(uri (string-append "http://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"047y53nyhnmnxcrsfbsf0gcpxw7bli3n19ycscpxy9974j0fck0v"))))
"17hi6cd4wahghh7kgvxcvmrhcqlmqag3a07id90hhzwd3zhvdxbp"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"