gnu: fio: Update to 3.3.

* gnu/packages/benchmark.scm (fio): Update to 3.3.
master
Tobias Geerinckx-Rice 2018-01-10 23:34:58 +01:00
parent 9998c55132
commit cd661a4175
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -33,7 +34,7 @@
(define-public fio
(package
(name "fio")
(version "3.2")
(version "3.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -41,7 +42,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
"1f5vina9bxn99drda8dhbxng8ypj4ny72xh6mp8rq955d0f8sq0z"))))
"0mrilkm7qdn6fgzlprqp7w48bwwm362rmwxqirbzqmi54k3mj3ar"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"