gnu: fio: Update to 3.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 10 Jan 2018 22:34:58 +0000 (23:34 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 10 Jan 2018 22:40:36 +0000 (23:40 +0100)
* gnu/packages/benchmark.scm (fio): Update to 3.3.

gnu/packages/benchmark.scm

index 42c417b..8d2b17b 100644 (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"