GNU bug report logs -
#70112
[PATCH 00/11] Update container tooling (podman, buildah)
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 31 Mar 2024 18:34:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 70112 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (conmon): Update to 2.1.11.
Change-Id: I2a46b2dcd344909da34199145fef4ad3fa4418de
---
v2: Update to 2.1.11.
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 44317acbea..680ef6cee7 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -105,7 +105,7 @@ (define-public crun
(define-public conmon
(package
(name "conmon")
- (version "2.0.31")
+ (version "2.1.11")
(source
(origin
(method git-fetch)
@@ -113,7 +113,7 @@ (define-public conmon
(url "https://github.com/containers/conmon")
(commit (string-append "v" version))))
(sha256
- (base32 "1cxklcihb2i4ywli0fxafkp2gi1x831r37z7spnigaj6pzj1517w"))
+ (base32 "1ax13n2npz5b7qa7f4glvnfq9biz220gyb8prh8s0jrvz6z2j221"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.41.0
This bug report was last modified 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.