diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-11 20:49:43 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-12 12:33:38 +0200 |
commit | 5eb8d07180d4ec0fae6d716975e0ee009c939ca6 (patch) | |
tree | 2042f9bde05c42bfec5f330188405136ee74ca33 | |
parent | 39293c11632530b73c16f2e2eb7bd7d87d874710 (diff) |
gnu: fio: Update to 3.40.
* gnu/packages/benchmark.scm (fio): Update to 3.40.
Change-Id: I63592b61a739be9ff5f4debfb1e54610e1f6a1e1
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 711244ecca..07de4cae64 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -86,14 +86,14 @@ (define-public fio (package (name "fio") - (version "3.37") + (version "3.40") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48")))) + "1h84xi4anw3an8rhnakq9n44x2yzzlarbdchzr20v8pgz675q6yc")))) (build-system gnu-build-system) (arguments (list #:modules |