guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: fio: Update to 3.5.


From: Marius Bakke
Subject: 02/08: gnu: fio: Update to 3.5.
Date: Thu, 22 Feb 2018 08:37:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fdc38cb6caa1a99f723c3adb7e8dc86341af2bb0
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 21 02:29:49 2018 +0100

    gnu: fio: Update to 3.5.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.5.
---
 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 ae7279f..77dcd78 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -34,7 +34,7 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.4")
+    (version "3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@
                        "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "01dqvg5mgb4fh1jqqmi179k2rb517p4h4sr3mhlnd0alk1x12w8a"))))
+                "1rrzcrn07db4pffvi2q0d0k884bwcapx6r1rfv4yx9066snvx240"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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