all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71582] [PATCH] gnu: fio: Update to 3.37.
@ 2024-06-15 21:54 Vincent Legoll
  2024-06-15 22:29 ` [bug#71582] [PATCH v2] " Vincent Legoll
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Legoll @ 2024-06-15 21:54 UTC (permalink / raw)
  To: 71582; +Cc: Vincent Legoll

* gnu/packages/benchmark.scm (fio): Update to 3.37.
---
 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 24d7c0843d..bfc70c5d3d 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.36")
+    (version "3.37")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/"
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
+                "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
     (build-system gnu-build-system)
     (arguments
      (list #:modules
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-24  2:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 21:54 [bug#71582] [PATCH] gnu: fio: Update to 3.37 Vincent Legoll
2024-06-15 22:29 ` [bug#71582] [PATCH v2] " Vincent Legoll
2024-06-17 19:32   ` Vincent Legoll
2024-06-24  2:10   ` bug#71582: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.