[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: conmon: Update to 2.1.12.
From: |
guix-commits |
Subject: |
02/08: gnu: conmon: Update to 2.1.12. |
Date: |
Fri, 31 May 2024 07:42:44 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 17b69f51138fe9e8c90d118d3d60bb49a0435013
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Wed May 22 21:00:33 2024 +0200
gnu: conmon: Update to 2.1.12.
* gnu/packages/containers.scm (conmon): Update to 2.1.12.
Change-Id: Ie5f5590b82467ef5a3cd981f1ba410c5bf8d9ff5
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 00cbc64dda..de1fc189a2 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -112,7 +112,7 @@ Container Runtime fully written in C.")
(define-public conmon
(package
(name "conmon")
- (version "2.1.11")
+ (version "2.1.12")
(source
(origin
(method git-fetch)
@@ -120,7 +120,7 @@ Container Runtime fully written in C.")
(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
- branch master updated (01de17143c -> 0c87fe868a), guix-commits, 2024/05/31
- 02/08: gnu: conmon: Update to 2.1.12.,
guix-commits <=
- 04/08: gnu: parallel: Update to 20240522., guix-commits, 2024/05/31
- 07/08: gnu: entr: Update to 5.5., guix-commits, 2024/05/31
- 03/08: gnu: podman: Update to 5.1.0., guix-commits, 2024/05/31
- 01/08: gnu: weechat: Update to 4.3.0., guix-commits, 2024/05/31
- 05/08: gnu: icewm: Update to 3.5.0, guix-commits, 2024/05/31
- 08/08: gnu: f3d: Update to 2.4.0., guix-commits, 2024/05/31
- 06/08: gnu: aide: Update to 0.18.8., guix-commits, 2024/05/31