guix-patches
[Top][All Lists]
Advanced

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

[bug#63693] [PATCH] gnu: fio: Update to 3.35.


From: Greg Hogan
Subject: [bug#63693] [PATCH] gnu: fio: Update to 3.35.
Date: Wed, 24 May 2023 18:06:36 +0000

* gnu/packages/benchmark.scm (fio): Update to 3.35.
---
 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 8840100d68..a1ffec7810 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -79,14 +79,14 @@ (define gcc-toolchain*
 (define-public fio
   (package
     (name "fio")
-    (version "3.33")
+    (version "3.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/";
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "083c1w8jqkvyw7wcy69142inlikzmk1k78mk973rnqdp3a7798qb"))))
+                "0dvxv771hzb72zs995wsq3i1kryv8vfzkndd79i0w2v7ssxnldb3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:modules
-- 
2.40.1






reply via email to

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