guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: fio: Update to 3.19.


From: guix-commits
Subject: 05/09: gnu: fio: Update to 3.19.
Date: Sat, 14 Mar 2020 17:03:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a489466b95c5ad39db6a045c65056447617a910d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 14 16:14:48 2020 +0100

    gnu: fio: Update to 3.19.
    
    * gnu/packages/benchmark.scm (fio): Update to 3.19.
---
 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 9ae30ee..4e6c416 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Dave Love <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2019 Eric Bavier <address@hidden>
 ;;; Copyright © 2019 Gábor Boskovits <address@hidden>
@@ -46,14 +46,14 @@
 (define-public fio
   (package
     (name "fio")
-    (version "3.18")
+    (version "3.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "12wzi40hn0ylkdiqwjjljdjmiq78nhwsv3qqa0fad7h3x08w6w6b"))))
+                "01nc7igmcc6hda32d1y8vidd9x9pdlxvf3i1pwrzvmi6xvmbfvab"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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