Archived
1
0
Fork 0

gnu: fio: Update to 3.1.

* gnu/packages/benchmark.scm (fio): Update to 3.1.
This commit is contained in:
Manolis Ragkousis 2017-11-01 10:38:45 +02:00
parent 1289001a5d
commit 50c229caf9
No known key found for this signature in database
GPG key ID: 327C1EF38DF54C32

View file

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