Skip to content
Snippets Groups Projects
Unverified Commit 00d3c3e9 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: fio: Update to 3.16.

* gnu/packages/benchmark.scm (fio): Update to 3.16.
parent 78fee44e
No related branches found
No related tags found
No related merge requests found
...@@ -43,14 +43,14 @@ (define-module (gnu packages benchmark) ...@@ -43,14 +43,14 @@ (define-module (gnu packages benchmark)
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "3.14") (version "3.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://brick.kernel.dk/snaps/" (uri (string-append "http://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2")) "fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"047y53nyhnmnxcrsfbsf0gcpxw7bli3n19ycscpxy9974j0fck0v")))) "17hi6cd4wahghh7kgvxcvmrhcqlmqag3a07id90hhzwd3zhvdxbp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment