Archived
1
0
Fork 0

gnu: fio: Update to 3.27.

* gnu/packages/benchmark.scm (fio): Update to 3.27.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-27 16:16:36 +02:00
parent 3627ac367e
commit c59606aa50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -52,14 +52,14 @@
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "3.26") (version "3.27")
(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
"1114h60vw63bim872an33xpvjfib6sc9dwj9xvk0yw41xjzfpp06")))) "0akaixip86ycbxr13bjff2121rgfbz35fa9l39677wpwzckp4f4d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"