guix-patches
[Top][All Lists]
Advanced

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

[bug#29101] [PATCH] gnu: fio: Update to 3.1.


From: manolis837
Subject: [bug#29101] [PATCH] gnu: fio: Update to 3.1.
Date: Wed, 1 Nov 2017 10:41:46 +0200

From: Manolis Ragkousis <address@hidden>

* gnu/packages/benchmark.scm (fio): Update to 3.1.
---
 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 feed7b545..fa172127a 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -33,7 +33,7 @@
 (define-public fio
   (package
     (name "fio")
-    (version "2.20")
+    (version "3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -41,7 +41,7 @@
                        "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "15vgbzlcjd21bi9ahlbs8h9ca4raw5qgi711n802qmagjdjbmlxw"))))
+                "1ipbc4nwp67kdpzc53dm68s4c2ll1bhgkiw1hndhzi1kah6jpdyh"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"
-- 
2.14.1






reply via email to

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