guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: fio: Update to 3.32.


From: guix-commits
Subject: 03/04: gnu: fio: Update to 3.32.
Date: Sat, 22 Oct 2022 05:25:09 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit cba91975d0809f0834565ea74316edb7d7c55f87
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Oct 21 13:15:07 2022 +0000

    gnu: fio: Update to 3.32.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.32.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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-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



reply via email to

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