GNU bug report logs - #78912
[PATCH] gnu: crun: Update to 1.22.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 27 Jun 2025 18:19:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomas Volf <~@wolfsden.cz>
Subject: bug#78912: closed (Re: [bug#78912] [PATCH] gnu: crun: Update to
 1.22.)
Date: Sat, 28 Jun 2025 02:30:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78912: [PATCH] gnu: crun: Update to 1.22.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78912 <at> debbugs.gnu.org.

-- 
78912: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78912
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78912-done <at> debbugs.gnu.org
Subject: Re: [bug#78912] [PATCH] gnu: crun: Update to 1.22.
Date: Sat, 28 Jun 2025 10:29:04 +0800
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (crun): Update to 1.22.

pushed, closing.

>
> Change-Id: Ie52e1bcdcee0ccdac3b33c2fc2a284145cea83bf
> ---
>  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 5b5f4b8659..f93dd65115 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -70,7 +70,7 @@ (define-module (gnu packages containers)
>  (define-public crun
>    (package
>      (name "crun")
> -    (version "1.21")
> +    (version "1.22")
>      (source
>       (origin
>         (method url-fetch)
> @@ -80,7 +80,7 @@ (define-public crun
>               "/crun-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "11n42h4sx02xyrnkaq3d6l2i0fac7xshgkryvsj08j2afq771ysb"))))
> +         "1cggwb5libxjx4x96hd2v1pd4rm7m7bll37j888khsc5s486q32z"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: crun: Update to 1.22.
Date: Fri, 27 Jun 2025 20:18:32 +0200
* gnu/packages/containers.scm (crun): Update to 1.22.

Change-Id: Ie52e1bcdcee0ccdac3b33c2fc2a284145cea83bf
---
 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 5b5f4b8659..f93dd65115 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -70,7 +70,7 @@ (define-module (gnu packages containers)
 (define-public crun
   (package
     (name "crun")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method url-fetch)
@@ -80,7 +80,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "11n42h4sx02xyrnkaq3d6l2i0fac7xshgkryvsj08j2afq771ysb"))))
+         "1cggwb5libxjx4x96hd2v1pd4rm7m7bll37j888khsc5s486q32z"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.49.0




This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.