GNU bug report logs - #79428
[PATCH] gnu: crun: Update to 1.24.

Previous Next

Package: guix-patches;

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

Date: Wed, 10 Sep 2025 22:25:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 79428 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#79428] [PATCH] gnu: crun: Update to 1.24.
Date: Thu, 11 Sep 2025 00:24:06 +0200
* gnu/packages/containers.scm (crun): Update to 1.24.

Change-Id: Iba1d53f44153ceb5d12f5376fd0add901003916e
---
 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 58834f3024..3ba2b12133 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages containers)
 (define-public crun
   (package
     (name "crun")
-    (version "1.23.1")
+    (version "1.24")
     (source
      (origin
        (method url-fetch)
@@ -85,7 +85,7 @@ (define-public crun
              "/crun-" version ".tar.gz"))
        (sha256
         (base32
-         "1y23fz82d7zaa2svyzjhfhahl6l0a3yrasfbcfacplhkwk7bflnp"))))
+         "0lnfvwxq14pyqyxx56bdr7k4h3l99imc9vynxram7fh0chxf7dlh"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.50.1





This bug report was last modified 3 days ago.

Previous Next


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