mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
39293c1163
commit
5eb8d07180
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue