apteryx pushed a commit to branch master
in repository guix.
commit e92259e56f3230ccb5e9bae3419f5071f6e6c40a
Author: Vincent Legoll <[email protected]>
AuthorDate: Sat Jun 15 23:54:16 2024 +0200
gnu: fio: Update to 3.37.
* gnu/packages/benchmark.scm (fio): Update to 3.37.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
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-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