mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: crun: Update to 1.20.
* gnu/packages/containers.scm (crun): Update to 1.20. Change-Id: I04786eda635ab7ad2d76c67adbf2529f8183b30a Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
27c2b2f1a6
commit
63e7f544b0
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.19.1")
|
||||
(version "1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
|
||||
"0rd41j7sb5563jflnvc2kvdzp9gyv7ska3s6dgg70w25kmlsqiip"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue