1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 15:55:57 +02:00

gnu: fio: Update to 3.20.

* gnu/packages/benchmark.scm (fio): Update to 3.20.
This commit is contained in:
Tobias Geerinckx-Rice
2020-05-30 02:00:38 +02:00
parent d9a7102c98
commit c2b27220e5
+2 -2
View File
@@ -46,14 +46,14 @@
(define-public fio
(package
(name "fio")
(version "3.19")
(version "3.20")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"01nc7igmcc6hda32d1y8vidd9x9pdlxvf3i1pwrzvmi6xvmbfvab"))))
"1mwqafn81a9pxy2kw9rl4p3r2brhg2ckwrcwzy0q4gffxgn3k9c7"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"