guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: fio: Update to 3.35.


From: guix-commits
Subject: 02/09: gnu: fio: Update to 3.35.
Date: Thu, 1 Jun 2023 05:55:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 247ac4b73f8988f16340a1d4e8fffdfe1ed8ebf3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:06:36 2023 +0000

    gnu: fio: Update to 3.35.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.35.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 8840100d68..a1ffec7810 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -79,14 +79,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.33")
+    (version "3.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "083c1w8jqkvyw7wcy69142inlikzmk1k78mk973rnqdp3a7798qb"))))
+                "0dvxv771hzb72zs995wsq3i1kryv8vfzkndd79i0w2v7ssxnldb3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:modules



reply via email to

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