guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: fio: Update to 3.23.


From: guix-commits
Subject: 03/03: gnu: fio: Update to 3.23.
Date: Tue, 15 Sep 2020 08:57:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e880e63740645e3ece981c555d8c51ae68b26cdc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 15 14:09:51 2020 +0200

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



reply via email to

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