diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-10-31 11:15:08 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-10-31 11:15:08 +0000 |
commit | c907beec92d02a430360a95dc392fd08a792116e (patch) | |
tree | 17a8f2fe5157ee4a15d2076cd13125d969bec7c6 /gnu | |
parent | 58fdab1d135376b4d6426cdcbd0a88177f94aa06 (diff) | |
download | guix-c907beec92d02a430360a95dc392fd08a792116e.tar guix-c907beec92d02a430360a95dc392fd08a792116e.tar.gz |
gnu: fio: Update to 2.15.
* gnu/packages/benchmark.scm (fio): Update to 2.15.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/benchmark.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 25813d1ab2..465c81b431 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -27,7 +27,7 @@ (define-public fio (package (name "fio") - (version "2.13") + (version "2.15") (source (origin (method url-fetch) (uri (string-append @@ -35,7 +35,7 @@ "fio-" version ".tar.bz2")) (sha256 (base32 - "10bn9jzks8mam5vz6falhr9pmd9wx248kh53vqp1bazbfxs3qgz0")))) + "1ggma9c48717z2wz8j9f7jcgb3xqk8qawjl6c9hnabxxry94y130")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; No tests. |