mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: crun: Update to 1.21.
* gnu/packages/containers.scm (crun): Update to 1.21. Change-Id: I46ab82d5f3ceb9cebf4d9ef5ea342ac30f8cbc23 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
d616c659e3
commit
23c783aacb
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.20")
|
||||
(version "1.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -80,7 +80,7 @@
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rd41j7sb5563jflnvc2kvdzp9gyv7ska3s6dgg70w25kmlsqiip"))))
|
||||
"11n42h4sx02xyrnkaq3d6l2i0fac7xshgkryvsj08j2afq771ysb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue