diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 04:41:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 16:25:10 +0200 |
commit | 821237566fbe5770b9cfd932b0ba510a377cd6dd (patch) | |
tree | 181d8e37252ed6dbecb3b393eda3aa9d6f00585b /gnu/packages | |
parent | adaff1a4811e5a00659346a196b3beca130e7e2e (diff) | |
download | guix-821237566fbe5770b9cfd932b0ba510a377cd6dd.tar.gz |
gnu: fio: Update to 3.21.
* gnu/packages/benchmark.scm (fio): Update to 3.21.
Diffstat (limited to 'gnu/packages')
-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 9b06cc4d58..5bd16ad7be 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -46,14 +46,14 @@ (define-public fio (package (name "fio") - (version "3.20") + (version "3.21") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "1mwqafn81a9pxy2kw9rl4p3r2brhg2ckwrcwzy0q4gffxgn3k9c7")))) + "0np1scxqfpd6fcnnnfyn8xdsh6lc5pyq3vk1jm1zk7sa58fvccd4")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |