gnu: fio: Update to 3.2.

* gnu/packages/benchmark.scm (fio): Update to 3.2.
master
Marius Bakke 2017-11-05 16:16:51 +01:00
parent 3c41b9929b
commit 7561be8699
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
(define-public fio
(package
(name "fio")
(version "3.1")
(version "3.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -41,7 +41,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
"1ipbc4nwp67kdpzc53dm68s4c2ll1bhgkiw1hndhzi1kah6jpdyh"))))
"1f5vina9bxn99drda8dhbxng8ypj4ny72xh6mp8rq955d0f8sq0z"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"