gnu: fio: Update to 3.40.

* gnu/packages/benchmark.scm (fio): Update to 3.40.

Change-Id: I63592b61a739be9ff5f4debfb1e54610e1f6a1e1
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Greg Hogan 2025-07-11 20:49:43 +00:00 committed by Andreas Enge
parent 39293c1163
commit 5eb8d07180
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -86,14 +86,14 @@
(define-public fio
(package
(name "fio")
(version "3.37")
(version "3.40")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
"1h84xi4anw3an8rhnakq9n44x2yzzlarbdchzr20v8pgz675q6yc"))))
(build-system gnu-build-system)
(arguments
(list #:modules