diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-15 14:09:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-15 14:57:07 +0200 |
commit | e880e63740645e3ece981c555d8c51ae68b26cdc (patch) | |
tree | ee1b82055d777b74e63e4ac64474c0bcc3cda4fc /gnu/packages | |
parent | 6493d0eec43f4e2950c3d19f26b278fbbc6e3192 (diff) | |
download | guix-e880e63740645e3ece981c555d8c51ae68b26cdc.tar.gz guix-e880e63740645e3ece981c555d8c51ae68b26cdc.zip |
gnu: fio: Update to 3.23.
* gnu/packages/benchmark.scm (fio): Update to 3.23.
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 f61fb86f75..f9648b5f7c 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -46,14 +46,14 @@ (define-public fio (package (name "fio") - (version "3.22") + (version "3.23") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "0f2x917600y6k0xs34ixgfjm4v1ylbh8svpkqi07xy3474g5s2rv")))) + "0cy32431hv0i84yrryna5byj4r610n6i1rm8nfflnrznbf051axs")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |