guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fio: Update to 2.17.


From: Marius Bakke
Subject: 04/05: gnu: fio: Update to 2.17.
Date: Wed, 1 Feb 2017 13:17:50 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 5fa1683617257794215e2f04e5f3e07d0779a8af
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 1 13:26:16 2017 +0100

    gnu: fio: Update to 2.17.
    
    * gnu/packages/benchmark.scm (fio): Update to 2.17.
---
 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 df2be86..2b21658 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -27,7 +27,7 @@
 (define-public fio
   (package
     (name "fio")
-    (version "2.16")
+    (version "2.17")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -35,7 +35,7 @@
                        "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "1v5n5hq500aidwfzmbm3k5d3mhh6ffwbgzq7nys838azga4xd3bx"))))
+                "1kxgad5k2m7y637g3kq8jmhwzlg3c64w9ky7066c5l09bwb6l58h"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; No tests.



reply via email to

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