guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: fio: Update to 2.18.


From: Marius Bakke
Subject: 01/03: gnu: fio: Update to 2.18.
Date: Fri, 24 Feb 2017 15:45:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit cf46d0715096da47535815519e2d711e631e8fd7
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 24 14:32:37 2017 +0100

    gnu: fio: Update to 2.18.
    
    * gnu/packages/benchmark.scm (fio): Update to 2.18.
    [arguments]: Enable tests.
---
 gnu/packages/benchmark.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index acaeb67..ff5715d 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -29,7 +29,7 @@
 (define-public fio
   (package
     (name "fio")
-    (version "2.17")
+    (version "2.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -37,10 +37,10 @@
                        "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "1kxgad5k2m7y637g3kq8jmhwzlg3c64w9ky7066c5l09bwb6l58h"))))
+                "08kx2mh556xby9saayrbynwrkmh4v8wwrw759nbv025ch3xbw79n"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f ; No tests.
+     '(#:test-target "test"
        #:phases
        (modify-phases %standard-phases
          (add-after



reply via email to

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