3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fio: Update to 2.15.

* gnu/packages/benchmark.scm (fio): Update to 2.15.
This commit is contained in:
Marius Bakke 2016-10-31 11:15:08 +00:00
parent 58fdab1d13
commit c907beec92
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -27,7 +27,7 @@
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "2.13") (version "2.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -35,7 +35,7 @@
"fio-" version ".tar.bz2")) "fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"10bn9jzks8mam5vz6falhr9pmd9wx248kh53vqp1bazbfxs3qgz0")))) "1ggma9c48717z2wz8j9f7jcgb3xqk8qawjl6c9hnabxxry94y130"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; No tests. '(#:tests? #f ; No tests.