guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: fio: Update to 3.36.


From: guix-commits
Subject: 13/13: gnu: fio: Update to 3.36.
Date: Sun, 26 Nov 2023 18:19:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3778f778c37110460dd78088200cbd05eb0c49e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: fio: Update to 3.36.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.36.
    
    Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c
---
 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 08fece6e91..2b3ab0c112 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -79,14 +79,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.35")
+    (version "3.36")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "0dvxv771hzb72zs995wsq3i1kryv8vfzkndd79i0w2v7ssxnldb3"))))
+                "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
     (build-system gnu-build-system)
     (arguments
      (list #:modules



reply via email to

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