diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-07 05:19:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 03:02:31 +0100 |
commit | 00d3c3e9b8d27a39922245a9fe9d02d610ff1ce8 (patch) | |
tree | 43fecbe5f41e82a2fcf85f063aff6cf5b2df4794 | |
parent | 78fee44e32ddb4d5bd88e733af1b89460cede378 (diff) |
gnu: fio: Update to 3.16.
* gnu/packages/benchmark.scm (fio): Update to 3.16.
-rw-r--r-- | gnu/packages/benchmark.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 8e347879dd..7f8e4580dc 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -43,14 +43,14 @@ (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" |