guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fio: Update to 2.16.


From: Marius Bakke
Subject: 01/01: gnu: fio: Update to 2.16.
Date: Sun, 15 Jan 2017 21:07:43 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit d502db8441242aad50262b80681c3f6665d2f5e1
Author: Marius Bakke <address@hidden>
Date:   Sun Jan 15 22:07:12 2017 +0100

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



reply via email to

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