me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.33.

* gnu/packages/benchmark.scm (fio): Update to 3.33.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:00 +01:00
parent 930b94809d
commit 2b7b0cac71
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -72,14 +72,14 @@
(define-public fio
(package
(name "fio")
(version "3.32")
(version "3.33")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"0wlfzx6zwkp81fwqw0pqm9i7v0b89rpfbliwxdd8q4kp4mf3q2dv"))))
"083c1w8jqkvyw7wcy69142inlikzmk1k78mk973rnqdp3a7798qb"))))
(build-system gnu-build-system)
(arguments
(list #:modules