From cba91975d0809f0834565ea74316edb7d7c55f87 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 21 Oct 2022 13:15:07 +0000 Subject: gnu: fio: Update to 3.32. * gnu/packages/benchmark.scm (fio): Update to 3.32. Signed-off-by: Christopher Baines --- gnu/packages/benchmark.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/benchmark.scm') 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 gcc-toolchain* (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 -- cgit v1.2.3