Skip to content
Snippets Groups Projects
Unverified Commit 5fa16836 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: fio: Update to 2.17.

* gnu/packages/benchmark.scm (fio): Update to 2.17.
parent d736eec2
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ (define-module (gnu packages benchmark) ...@@ -27,7 +27,7 @@ (define-module (gnu packages benchmark)
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "2.16") (version "2.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -35,7 +35,7 @@ (define-public fio ...@@ -35,7 +35,7 @@ (define-public fio
"fio-" version ".tar.bz2")) "fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1v5n5hq500aidwfzmbm3k5d3mhh6ffwbgzq7nys838azga4xd3bx")))) "1kxgad5k2m7y637g3kq8jmhwzlg3c64w9ky7066c5l09bwb6l58h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; No tests. '(#:tests? #f ; No tests.
......
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