[PATCH] gnu: crun: Update to 1.18.

  • 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 5 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
ec046e7ef96f02af25776468305df045fb11fba4.1729641897.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.18.

Change-Id: Ie5dd6293804b1edf74a63015de37a3d2098512b4
---
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 891e7339e7..e10459abff 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.17")
+ (version "1.18")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
+ "0alhcdbb83bsqnvy50p9cjnmslxfmxsyk1b66whd62p5a2rp0fx8"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")
--
2.46.0
Zheng Junjie wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73960-done@debbugs.gnu.org)
87v7xiiyvg.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (crun): Update to 1.18.
>
> Change-Id: Ie5dd6293804b1edf74a63015de37a3d2098512b4
> ---
> 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 891e7339e7..e10459abff 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.17")
> + (version "1.18")
> (source
> (origin
> (method url-fetch)
> @@ -77,7 +77,7 @@ (define-public crun
> "/crun-" version ".tar.gz"))
> (sha256
> (base32
> - "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
> + "0alhcdbb83bsqnvy50p9cjnmslxfmxsyk1b66whd62p5a2rp0fx8"))))
> (build-system gnu-build-system)
> (arguments
> `(#:configure-flags '("--disable-systemd")

push, and use G-expressions.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcZH/MACgkQO1qpk+Gi
3/Bbpg//e/220ZZmccXTUIZylYHgWitRJV16WjxA9UlPfkab+asieNaJKG/Y5feC
3Ix5qkfiZ8sCC75QGqVoVaJr22fA741qN4HE+8glb8LLGLXYLMf+HEbGtpjeqiLq
fjAtyKVEV1peS1sB9LoLo9z7hXjCqWXAPhYNBPhf7znbtbaZ3DXp5LglZNuEYQm8
EDeuifdwetuCO7r041HM4Y6jbglwYprGOi3m1McDy+A/NjKna+pavwBk6EGuCv9c
zs9f47pDXwUFVPb0V4ak5ARUmImaPmh3nT4/U7h0URbw9zqkYW5ZRhkRRCyTBmZ2
t6N8LpUq5In9BsU2GGFMcpRwLTEJG0Ra52mxmRR86nN10uEC/nBmjbFDSrVhEWxG
LZNfMZcqw0n+9Zk7utnoJAPw6ztOfYHlfAIiV5PyPaNEK41N0MBslZl4t4S3LnTa
TglMH6odhTa2+hl8eF/XkO9fiZTvgZogSv2tcGkxRd9EjK1AdQmfGtp844YI/UNt
lZAYLGZw+vpF0VRGdgGqXDVMruWCo+h8gqmSL4M92EJ85LryIC8UhPWCd+iHqYMx
Kw17liz4DO2SFDyYA2zWOXqjxCm+0zfYuHqQeTqe3iXUafgCUn5uekpAMcJ+cgzM
T3TOg58j3Fc2mufRPb42P9n/ZpVvgZeseO4IXwvH9dc/tvp4Lls=
=yKwo
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 73960
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