guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: fio: Update to 3.16.


From: guix-commits
Subject: 09/15: gnu: fio: Update to 3.16.
Date: Wed, 11 Dec 2019 21:03:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 00d3c3e9b8d27a39922245a9fe9d02d610ff1ce8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 7 05:19:08 2019 +0100

    gnu: fio: Update to 3.16.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.16.
---
 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 8e34787..7f8e458 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -43,14 +43,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.14")
+    (version "3.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "047y53nyhnmnxcrsfbsf0gcpxw7bli3n19ycscpxy9974j0fck0v"))))
+                "17hi6cd4wahghh7kgvxcvmrhcqlmqag3a07id90hhzwd3zhvdxbp"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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