guix-commits
[Top][All Lists]
Advanced

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

02/30: gnu: fio: Update to 3.17.


From: guix-commits
Subject: 02/30: gnu: fio: Update to 3.17.
Date: Mon, 23 Dec 2019 13:46:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 23d07db764d1b617f36799f99734aebda1110461
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 22 23:39:52 2019 +0100

    gnu: fio: Update to 3.17.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.17.
---
 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 27ba3cb..08478d3 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -44,14 +44,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.16")
+    (version "3.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "17hi6cd4wahghh7kgvxcvmrhcqlmqag3a07id90hhzwd3zhvdxbp"))))
+                "1hvh8syjz6l0q9bm5p7rf0yrmpkfcx5zj5d47mf6335w1i0h5gqf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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