me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.37.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Vincent Legoll 2024-06-15 23:54:16 +02:00 committed by Maxim Cournoyer
parent 51aee1784d
commit e92259e56f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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