GNU bug report logs -
#79428
[PATCH] gnu: crun: Update to 1.24.
Previous Next
To reply to this bug, email your comments to 79428 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#79428
; Package
guix-patches
.
(Wed, 10 Sep 2025 22:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Sep 2025 22:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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.