mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: fio: Update to 3.33.
* gnu/packages/benchmark.scm (fio): Update to 3.33.
This commit is contained in:
parent
930b94809d
commit
2b7b0cac71
1 changed files with 2 additions and 2 deletions
|
@ -72,14 +72,14 @@ (define gcc-toolchain*
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue