[PATCH] gnu: crun: Update to 1.20.

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

Debbugs page

Tomas Volf wrote 1 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
a8ff4c99848d3700253b91d7ff6c23712632c18f.1738780553.git.~@wolfsden.cz
* gnu/packages/containers.scm (crun): Update to 1.20.

Change-Id: I04786eda635ab7ad2d76c67adbf2529f8183b30a
---
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 1f4d57cc7b..403152038a 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -69,7 +69,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.19.1")
+ (version "1.20")
(source
(origin
(method url-fetch)
@@ -79,7 +79,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
+ "0rd41j7sb5563jflnvc2kvdzp9gyv7ska3s6dgg70w25kmlsqiip"))))
(build-system gnu-build-system)
(arguments
(list
--
2.47.1
Z572 wrote 1 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76076-done@debbugs.gnu.org)
877c62s3co.fsf@z572.online
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (29 lines)
> * gnu/packages/containers.scm (crun): Update to 1.20.
>
> Change-Id: I04786eda635ab7ad2d76c67adbf2529f8183b30a
> ---
> 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 1f4d57cc7b..403152038a 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -69,7 +69,7 @@ (define-module (gnu packages containers)
> (define-public crun
> (package
> (name "crun")
> - (version "1.19.1")
> + (version "1.20")
> (source
> (origin
> (method url-fetch)
> @@ -79,7 +79,7 @@ (define-public crun
> "/crun-" version ".tar.gz"))
> (sha256
> (base32
> - "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j"))))
> + "0rd41j7sb5563jflnvc2kvdzp9gyv7ska3s6dgg70w25kmlsqiip"))))
> (build-system gnu-build-system)
> (arguments
> (list
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeloQcACgkQO1qpk+Gi
3/CDJRAAknxL9UnECUwOvpUhARIdroMtV2bmGjKtDfxIvwTbcue7u+QaTiFZfDfg
YgkuT5qbuKZfVy7aMHHMdzoW8GPdcEct7QZHFMEZCliE8cJRX0CKDikWU8BtOsnj
89gQjSH0CyQGs2KdDG0QopQ693QhDViy9Q2PkGbwPiaVtr0Xo8z4DH6ZO/pq9x9G
vh0X84v+7Ju/Z3jaKp8+serXYBLJ9EWXRNDWRtiGK01cFhqjf3lWok4Lk/U3FQiJ
tshWUxlJCznHGaTwv9ws9nVz2Z4xDrpMMOFoHoXfIwUazbqS6iv/bp2lWYqzwmLj
pmngLyIuJmO+NAS6XgSbI3mzLKN8rt/Jy+HEZU2q2c5f0gl0ZZz9rPP/ehv6HXoV
OdeaCuhsrbTc31Nq+u4BPZmYwmBIpTgzJHt+gGisk9kNRXWjsoxpT6PuQQ9dtudb
fBPgyyT2kO3xsesi+b7XRbYqdYGnlRPzM/aw08M0emDqwBpGjLSkzMl3gUChtKr6
z7kEn8+fZZ4yBPhkesl1zhUTypQZHMY8Em5YeSglVuxp3UkMAtbTiXLW/re8Ke+a
4mSQjd6OTrXiudV/AQLHarfUzLGg3sUtruMQcYFPv9uVR6aKsAb6NxN6boTetkrj
ZFaXCurdYie/JqxzVw4lxupUN1jsshSXwEZ831xEIXgfQqVXyLw=
=nAeX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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