gnu: fio: Update to 3.5.

* gnu/packages/benchmark.scm (fio): Update to 3.5.
master
Marius Bakke 2018-02-21 02:29:49 +01:00
parent 149cc42239
commit fdc38cb6ca
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
(define-public fio
(package
(name "fio")
(version "3.4")
(version "3.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -42,7 +42,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
"01dqvg5mgb4fh1jqqmi179k2rb517p4h4sr3mhlnd0alk1x12w8a"))))
"1rrzcrn07db4pffvi2q0d0k884bwcapx6r1rfv4yx9066snvx240"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"