guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: fio: Update to 3.2.


From: Marius Bakke
Subject: 02/02: gnu: fio: Update to 3.2.
Date: Sun, 5 Nov 2017 10:22:21 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7561be869939cfab80f409d16478f302e56a6033
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 5 16:16:51 2017 +0100

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



reply via email to

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