GNU bug report logs -
#74824
[PATCH] gnu: crun: Update to 1.19.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Thu, 12 Dec 2024 11:57:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/containers.scm (crun): Update to 1.19.
Change-Id: Iadebc4419293075c78a377e27fe5c6cdfc6c373c
---
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 c638736cda..64267e033b 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -67,7 +67,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.18.2")
+ (version "1.19")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0hj4nb65pg4bv0ki04mrfirjac96d4bkv94pnp63cb73k2ik1mgx"))))
+ "1c42wvgrriy79agpfdid1zw7mk1vx03q60jh3pivv91jd29y8ypk"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
This bug report was last modified 253 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.