[PATCH] gnu: crun: Update to 1.19.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
d2ebde1d398866466bbc848f5789e0352a1c1427.1734004605.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.19.

Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c638736cda..64267e033b 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -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
--
2.46.0
Zheng Junjie wrote 3 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 74824-done@debbugs.gnu.org)
87zfkz4uh7.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (crun): Update to 1.19.
>
> Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index c638736cda..64267e033b 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -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

pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdcLbQACgkQO1qpk+Gi
3/C5gA//ZxarTULinFWEQInrbb2a4oC0KmUA1jSkSjNYuOaJHKpqGKglcXtBKz7N
YrBC60veFto2SSM+snnVyhwiiliEcLhpF1xwEuHsnE0ynhpxP7XD/BGM+7x6bgVp
hD1Ek92KqGKQCc+tNwef0G5KRpzugbJSpJHyrI0tDkyE0ogEVCePVwIROLR859ZO
37P0Uugm0Y/MVZfP8ghSK2aUm5deROev4VA1HEBm5OARbkQWZw/d+d3vP1Ak6d+I
A0cquajp9pMv1NOJE6LK9qa4bmC1qS6FGIZvVqSPCJGeAyAlRmRXwI2Lm6bMMkOo
kzVD5yCOLjpL0b1ZniDWlzNbHXazDvQoKQ96Wwz4vt9QRHosz5Ma8Mw+W7JcFkSW
NPDGcItI1TCnv4zM7ZvRdZPZp1fy/jop3iX/kpy7VRZFcVJvF/r8oXe9zfbKQmZz
V6RxRLp1Lx9C1itesk5txxCWgMx43+ahNf+lFfgDhutuHnaVU46Yne+wmVOKDH8X
TSrLdaNick/22jKDwewPoLYokqwyTjY8EDQu0JJ6NvAJmDlgGpHgYfUv+aflXS5+
4oO5mxeR4gPyfwwxG6ceK66Hwa7Dgd6W9ZvjVRsUcXcgBwjdYugm1Q191x5ar14K
CDMB3skZ0bWRQuw8VBlcyn7Nf1IW9y6gbcC5/a4ysyuyybflAtA=
=Cilq
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74824@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74824
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help