me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.36.

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

Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c
Tobias Geerinckx-Rice 2023-11-19 01:00:00 +01:00
parent a640b698f8
commit 3778f778c3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
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.35") (version "3.36")
(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
"0dvxv771hzb72zs995wsq3i1kryv8vfzkndd79i0w2v7ssxnldb3")))) "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:modules (list #:modules