mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: crun: Update to 1.18.2.
* gnu/packages/containers.scm (crun): Update to 1.18.2. Change-Id: I2406a055a3833092b070aec8e8e17c6d4f865c0d
This commit is contained in:
parent
28bd0ddf2d
commit
106d0c100b
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
(define-public crun
|
(define-public crun
|
||||||
(package
|
(package
|
||||||
(name "crun")
|
(name "crun")
|
||||||
(version "1.18.1")
|
(version "1.18.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
"/crun-" version ".tar.gz"))
|
"/crun-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g66f1bk5l5yx1f3cmrd35i8bkmalnlppb82r02sfyj54aqbn31r"))))
|
"0hj4nb65pg4bv0ki04mrfirjac96d4bkv94pnp63cb73k2ik1mgx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue