[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: fio: Update to 2.19.
From: |
Marius Bakke |
Subject: |
02/02: gnu: fio: Update to 2.19. |
Date: |
Sun, 16 Apr 2017 16:11:21 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0d82fafea4475896a00fabadd12bee6515ea8c7f
Author: Marius Bakke <address@hidden>
Date: Tue Apr 4 19:03:18 2017 +0200
gnu: fio: Update to 2.19.
* gnu/packages/benchmark.scm (fio): Update to 2.19.
---
gnu/packages/benchmark.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 4dab620..ab5da5f 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -30,7 +30,7 @@
(define-public fio
(package
(name "fio")
- (version "2.18")
+ (version "2.19")
(source (origin
(method url-fetch)
(uri (string-append
@@ -38,7 +38,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
- "08kx2mh556xby9saayrbynwrkmh4v8wwrw759nbv025ch3xbw79n"))))
+ "0dwx2dpbsg3xyd8jzm64gazy6ij4zirlfdrbgcxr1a0z5smcmcw1"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"