diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-22 23:39:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:55 +0100 |
commit | 23d07db764d1b617f36799f99734aebda1110461 (patch) | |
tree | 065442a976932d449eb9f448a24260c730c31f42 | |
parent | 401298ba9449aca2a3a31e527a073c818f188d46 (diff) | |
download | guix-23d07db764d1b617f36799f99734aebda1110461.tar.gz guix-23d07db764d1b617f36799f99734aebda1110461.zip |
gnu: fio: Update to 3.17.
* gnu/packages/benchmark.scm (fio): Update to 3.17.
-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 27ba3cb604..08478d3118 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -44,14 +44,14 @@ (define-public fio (package (name "fio") - (version "3.16") + (version "3.17") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "17hi6cd4wahghh7kgvxcvmrhcqlmqag3a07id90hhzwd3zhvdxbp")))) + "1hvh8syjz6l0q9bm5p7rf0yrmpkfcx5zj5d47mf6335w1i0h5gqf")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |