diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 22:33:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 23:54:55 +0200 |
commit | db2afe00559b4e18a20ff5c00739aefd7d306786 (patch) | |
tree | 240280b438f76b9c308b3264e47c924245c2569e /gnu/packages/benchmark.scm | |
parent | 397daaa8e1b09639aeae70fee1ee39e51828562f (diff) | |
download | guix-db2afe00559b4e18a20ff5c00739aefd7d306786.tar.gz |
gnu: fio: Update to 3.22.
* gnu/packages/benchmark.scm (fio): Update to 3.22.
Diffstat (limited to 'gnu/packages/benchmark.scm')
-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 5bd16ad7be..f61fb86f75 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -46,14 +46,14 @@ (define-public fio (package (name "fio") - (version "3.21") + (version "3.22") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "0np1scxqfpd6fcnnnfyn8xdsh6lc5pyq3vk1jm1zk7sa58fvccd4")))) + "0f2x917600y6k0xs34ixgfjm4v1ylbh8svpkqi07xy3474g5s2rv")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |