gnu: fio: Update to 3.7.

* gnu/packages/benchmark.scm (fio): Update to 3.7.
This commit is contained in:
Ricardo Wurmus 2018-06-14 15:41:09 +02:00
parent 53131eab2d
commit f715f102e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2,6 +2,7 @@
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Dave Love <fx@gnu.org> ;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -34,15 +35,14 @@ (define-module (gnu packages benchmark)
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "3.6") (version "3.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "http://brick.kernel.dk/snaps/"
"http://brick.kernel.dk/snaps/" "fio-" version ".tar.gz"))
"fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1d2jibp1b2dq97f22wj6pcjl7gbd2kmhfggj2c7q3j8v9axjqsh2")))) "0rw9jf2ikm19lq4jizavdvvp3vfvlm3annq7jsxl2y5nf1pi2qr7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"