GNU bug report logs -
#76627
[PATCH] gnu: conmon: Update to 2.1.13.
Previous Next
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>
To reply to this bug, email your comments to 76627 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76627
; Package
guix-patches
.
(Fri, 28 Feb 2025 01:58: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
.
(Fri, 28 Feb 2025 01:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 01 Mar 2025 23:08:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Sat, 01 Mar 2025 23:08:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76627-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * 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(-)
Thanks, I've pushed this to master as
ee64cef988963677901b4f377cc10939d7ad5787.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.