summaryrefslogtreecommitdiff
path: root/gnu/packages/benchmark.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-15 14:09:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-15 14:57:07 +0200
commite880e63740645e3ece981c555d8c51ae68b26cdc (patch)
treeee1b82055d777b74e63e4ac64474c0bcc3cda4fc /gnu/packages/benchmark.scm
parent6493d0eec43f4e2950c3d19f26b278fbbc6e3192 (diff)
downloadguix-patches-e880e63740645e3ece981c555d8c51ae68b26cdc.tar
guix-patches-e880e63740645e3ece981c555d8c51ae68b26cdc.tar.gz
gnu: fio: Update to 3.23.
* gnu/packages/benchmark.scm (fio): Update to 3.23.
Diffstat (limited to 'gnu/packages/benchmark.scm')
-rw-r--r--gnu/packages/benchmark.scm4
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"