unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71127] [PATCH] gnu: conmon: Update to 2.1.12.
@ 2024-05-22 19:00 Tomas Volf
  2024-05-31 11:57 ` bug#71127: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-05-22 19:00 UTC (permalink / raw)
  To: 71127; +Cc: Tomas Volf

* gnu/packages/containers.scm (conmon): Update to 2.1.12.

Change-Id: Ie5f5590b82467ef5a3cd981f1ba410c5bf8d9ff5
---
 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 917d152609..37b21a35b9 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -112,7 +112,7 @@ (define-public crun
 (define-public conmon
   (package
     (name "conmon")
-    (version "2.1.11")
+    (version "2.1.12")
     (source
      (origin
        (method git-fetch)
@@ -120,7 +120,7 @@ (define-public conmon
              (url "https://github.com/containers/conmon")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1ax13n2npz5b7qa7f4glvnfq9biz220gyb8prh8s0jrvz6z2j221"))
+        (base32 "0rrj4rmz5bmxycqhdjpizwvb25bimkri9jwb3wcfwzyxnx1va849"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 19:00 [bug#71127] [PATCH] gnu: conmon: Update to 2.1.12 Tomas Volf
2024-05-31 11:57 ` bug#71127: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).