diff options
author | Greg Hogan <code@greghogan.com> | 2022-10-21 13:15:07 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-10-22 10:24:25 +0100 |
commit | cba91975d0809f0834565ea74316edb7d7c55f87 (patch) | |
tree | 43005fb52fdfd3a652d3ff312bc84352bb2d3156 /gnu/packages/benchmark.scm | |
parent | add66292debb3048a8b5b7cfbfb5039115b4c4f1 (diff) |
gnu: fio: Update to 3.32.
* gnu/packages/benchmark.scm (fio): Update to 3.32.
Signed-off-by: Christopher Baines <mail@cbaines.net>
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 953bc45d06..e188b27789 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -72,14 +72,14 @@ (define-public fio (package (name "fio") - (version "3.31") + (version "3.32") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "03x0n18f2wsyjh6qv57kvgqcwga54rzngwzr6fzlrjsalqw7mxlp")))) + "0wlfzx6zwkp81fwqw0pqm9i7v0b89rpfbliwxdd8q4kp4mf3q2dv")))) (build-system gnu-build-system) (arguments (list #:modules |