diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-02 20:03:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-02 20:03:35 -0400 |
commit | b3cc0dce089917b1935218296f868ab6eedff5ed (patch) | |
tree | 984a26076026d2b588f6c34a1526d792ea3a052f /gnu/packages/benchmark.scm | |
parent | 40330e555f2548d738fbcfac6fa5d80ab1bb2eb2 (diff) | |
parent | e681e347c4ed071db88442c2c592241ea0f43857 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/benchmark.scm')
-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. |