diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 16:16:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:34 +0200 |
commit | c59606aa50c7f258b5a3d450107ee4ab3027f0b0 (patch) | |
tree | d1910904d3341623e4198dd94ba0a7a16068141a /gnu | |
parent | 3627ac367e1ffdf00b6ac296b863000bf9b3caaf (diff) | |
download | guix-c59606aa50c7f258b5a3d450107ee4ab3027f0b0.tar.gz |
gnu: fio: Update to 3.27.
* gnu/packages/benchmark.scm (fio): Update to 3.27.
Diffstat (limited to 'gnu')
-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 b7bb332fc7..a75663a1f8 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -52,14 +52,14 @@ (define-public fio (package (name "fio") - (version "3.26") + (version "3.27") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "1114h60vw63bim872an33xpvjfib6sc9dwj9xvk0yw41xjzfpp06")))) + "0akaixip86ycbxr13bjff2121rgfbz35fa9l39677wpwzckp4f4d")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |