guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: fio: Update to 3.24.


From: guix-commits
Subject: 02/12: gnu: fio: Update to 3.24.
Date: Sat, 14 Nov 2020 18:12:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 808fc71e7c127766d057d099e728464d98e84706
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 16:06:13 2020 +0100

    gnu: fio: Update to 3.24.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.24.
---
 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 8a8309c..fa70d27 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -47,14 +47,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.23")
+    (version "3.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "0cy32431hv0i84yrryna5byj4r610n6i1rm8nfflnrznbf051axs"))))
+                "0qshbyqpvm01hmpkmk0v0jhjz23sngqhy291kiz38z04s2df4vxn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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