guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58686] [PATCH] gnu: fio: Update to 3.32.


From: Greg Hogan
Subject: [bug#58686] [PATCH] gnu: fio: Update to 3.32.
Date: Fri, 21 Oct 2022 13:15:07 +0000

* gnu/packages/benchmark.scm (fio): Update to 3.32.
---
 gnu/packages/benchmark.scm | 4 ++--
 1 file 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 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
-- 
2.38.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]