guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: fio: Update to 3.13.


From: guix-commits
Subject: 03/03: gnu: fio: Update to 3.13.
Date: Fri, 15 Mar 2019 11:21:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ce32ce70475254bd5686f8ca77048127037bc87d
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 15 16:20:29 2019 +0100

    gnu: fio: Update to 3.13.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.13.
---
 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 f4bad73..805cf32 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -38,14 +38,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.11")
+    (version "3.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "0s8m0wcz5j6sa1hblj80wk3syy5b4shg7y3gabvm9xa3wj0lzasa"))))
+                "0ddj7zm04jqlna3w61qyp4qvwnv0r2lc1hzpwrgbvv4fq581w7d2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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