me
/
guix
Archived
1
0
Fork 0

gnu: fio: Update to 3.18.

* gnu/packages/benchmark.scm (fio): Update to 3.18.
master
Tobias Geerinckx-Rice 2020-02-16 18:20:00 +01:00
parent 6cd3f4106c
commit c6f582b545
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -44,14 +44,14 @@
(define-public fio
(package
(name "fio")
(version "3.17")
(version "3.18")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
"1hvh8syjz6l0q9bm5p7rf0yrmpkfcx5zj5d47mf6335w1i0h5gqf"))))
"12wzi40hn0ylkdiqwjjljdjmiq78nhwsv3qqa0fad7h3x08w6w6b"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"