guix-commits
[Top][All Lists]
Advanced

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

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


From: Marius Bakke
Subject: 02/02: gnu: fio: Update to 2.20.
Date: Sun, 21 May 2017 10:34:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 20d2e1faa9deb12abcb094941c904ea16a1e2ecc
Author: Marius Bakke <address@hidden>
Date:   Sun May 21 16:28:25 2017 +0200

    gnu: fio: Update to 2.20.
    
    * gnu/packages/benchmark.scm (fio): Update to 2.20.
    [arguments]<#:phases>: Drop removed script from 'move-outputs' phase.
---
 gnu/packages/benchmark.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index ab5da5f..136f141 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -30,7 +30,7 @@
 (define-public fio
   (package
     (name "fio")
-    (version "2.19")
+    (version "2.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38,7 +38,7 @@
                        "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "0dwx2dpbsg3xyd8jzm64gazy6ij4zirlfdrbgcxr1a0z5smcmcw1"))))
+                "15vgbzlcjd21bi9ahlbs8h9ca4raw5qgi711n802qmagjdjbmlxw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"
@@ -78,8 +78,8 @@
                                  (dst (string-append newbin "/" file)))
                              (link src dst)
                              (delete-file src)))
-                         '("fio2gnuplot" "fio_latency2csv.py"
-                           "fiologparser_hist.py" "fiologparser.py"))
+                         '("fio2gnuplot"  "fiologparser_hist.py"
+                           "fiologparser.py"))
                ;; Make sure numpy et.al is found.
                (wrap-program (string-append newbin "/fiologparser_hist.py")
                  `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))



reply via email to

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