mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: crun: Update to 1.19.
* gnu/packages/containers.scm (crun): Update to 1.19. Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
b8329e0721
commit
1b2e0fb85e
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ (define-module (gnu packages containers)
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.18.2")
|
||||
(version "1.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -77,7 +77,7 @@ (define-public crun
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hj4nb65pg4bv0ki04mrfirjac96d4bkv94pnp63cb73k2ik1mgx"))))
|
||||
"1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue