GNU bug report logs - #76627
[PATCH] gnu: conmon: Update to 2.1.13.

Previous Next

Package: guix-patches;

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

Date: Fri, 28 Feb 2025 01:58:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 76627 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#76627] [PATCH] gnu: conmon: Update to 2.1.13.
Date: Fri, 28 Feb 2025 02:57:16 +0100
* gnu/packages/containers.scm (conmon): Update to 2.1.13.

Change-Id: I35170acf3fb74d43e4ec62ed9dca831ee5c25bb4
---
 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 c44d0e0b47..882fa65b05 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -117,7 +117,7 @@ (define-public crun
 (define-public conmon
   (package
     (name "conmon")
-    (version "2.1.12")
+    (version "2.1.13")
     (source
      (origin
        (method git-fetch)
@@ -125,7 +125,7 @@ (define-public conmon
              (url "https://github.com/containers/conmon")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0rrj4rmz5bmxycqhdjpizwvb25bimkri9jwb3wcfwzyxnx1va849"))
+        (base32 "0fiixv9h5dycrixs7s3bq81d06p7qs8491mskxj42wqlkdq5diay"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.48.1





This bug report was last modified 100 days ago.

Previous Next


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