diff options
author | Tomas Volf <[email protected]> | 2025-02-28 02:57:16 +0100 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2025-03-01 22:22:36 +0000 |
commit | ee64cef988963677901b4f377cc10939d7ad5787 (patch) | |
tree | c18649045b1ba99d070114559af5f5ce857bd314 | |
parent | 0efb2dc5b3c203b35c2cc7a6fbe725697e82c7f2 (diff) |
gnu: conmon: Update to 2.1.13.
* gnu/packages/containers.scm (conmon): Update to 2.1.13.
Change-Id: I35170acf3fb74d43e4ec62ed9dca831ee5c25bb4
Signed-off-by: Christopher Baines <[email protected]>
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files 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 @@ Container Runtime fully written in C.") (define-public conmon (package (name "conmon") - (version "2.1.12") + (version "2.1.13") (source (origin (method git-fetch) @@ -125,7 +125,7 @@ Container Runtime fully written in C.") (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 |