guix-commits
[Top][All Lists]
Advanced

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

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


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: fio: Update to 3.1.
Date: Sun, 5 Nov 2017 05:31:17 -0500 (EST)

phant0mas pushed a commit to branch master
in repository guix.

commit 50c229caf9b8d09944838f0fb92d3121bbb2a4bc
Author: Manolis Ragkousis <address@hidden>
Date:   Wed Nov 1 10:38:45 2017 +0200

    gnu: fio: Update to 3.1.
    
    * 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 feed7b5..fa17212 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"



reply via email to

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