diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 18:20:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:46:38 +0100 |
commit | c6f582b54584d0a62927b0c075b6cfc6d2d7034d (patch) | |
tree | 8059fffe6fb6c100f5cecc6d2bf876ea41b8cdd3 | |
parent | 6cd3f4106c4f90deea8010f20c79ee54696607df (diff) |
gnu: fio: Update to 3.18.
* gnu/packages/benchmark.scm (fio): Update to 3.18.
-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 08478d3118..602681ac86 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -44,14 +44,14 @@ (define-public fio (package (name "fio") - (version "3.17") + (version "3.18") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "1hvh8syjz6l0q9bm5p7rf0yrmpkfcx5zj5d47mf6335w1i0h5gqf")))) + "12wzi40hn0ylkdiqwjjljdjmiq78nhwsv3qqa0fad7h3x08w6w6b")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |