diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
commit | 2b7b0cac71978fb7c73a71cebfc83ddf70f1f5e4 (patch) | |
tree | 3988948e021e009349b183ae708ae3d6ca98169f /gnu/packages/benchmark.scm | |
parent | 930b94809d463975f22496bf4af4d13d43326f0b (diff) | |
download | guix-2b7b0cac71978fb7c73a71cebfc83ddf70f1f5e4.tar.gz |
gnu: fio: Update to 3.33.
* gnu/packages/benchmark.scm (fio): Update to 3.33.
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 e188b27789..e74d50c1a5 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -72,14 +72,14 @@ (define-public fio (package (name "fio") - (version "3.32") + (version "3.33") (source (origin (method url-fetch) (uri (string-append "https://brick.kernel.dk/snaps/" "fio-" version ".tar.bz2")) (sha256 (base32 - "0wlfzx6zwkp81fwqw0pqm9i7v0b89rpfbliwxdd8q4kp4mf3q2dv")))) + "083c1w8jqkvyw7wcy69142inlikzmk1k78mk973rnqdp3a7798qb")))) (build-system gnu-build-system) (arguments (list #:modules |