GNU bug report logs -
#79917
[PATCH] gnu: crun: Update to 1.25.1.
Previous Next
To reply to this bug, email your comments to 79917 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#79917; Package
guix-patches.
(Sun, 30 Nov 2025 21:09: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.
(Sun, 30 Nov 2025 21:09: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.25.1.
---
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 fe549f09a54..5b17136a635 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.24")
+ (version "1.25.1")
(source
(origin
(method url-fetch)
@@ -85,7 +85,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0lnfvwxq14pyqyxx56bdr7k4h3l99imc9vynxram7fh0chxf7dlh"))))
+ "02kksvnja234k8mpq5j7yms8npbpvh8iz3k03h21lwcqzqsb88rx"))))
(build-system gnu-build-system)
(arguments
(list
--
2.51.2
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.