diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 15:45:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 20:17:50 +0000 |
commit | 1516e1d884810e1007ee84ec45f2d4d32cdfc040 (patch) | |
tree | aa39dcdfd477270f7c6fe7e74da5952e1c75107e /gnu/packages | |
parent | c7fc5086f9a4d712fcbe8643bb1d8c53fc81d6bc (diff) | |
download | guix-1516e1d884810e1007ee84ec45f2d4d32cdfc040.tar.gz |
gnu: conmon: Update to 2.0.31.
* gnu/packages/containers.scm (conmon): Update to 2.0.31.
Diffstat (limited to 'gnu/packages')
-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 9a567f9f62..9510e71349 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -105,7 +105,7 @@ Container Runtime fully written in C.") (define-public conmon (package (name "conmon") - (version "2.0.30") + (version "2.0.31") (source (origin (method git-fetch) @@ -113,7 +113,7 @@ Container Runtime fully written in C.") (url "https://github.com/containers/conmon") (commit (string-append "v" version)))) (sha256 - (base32 "1sxpbm01g4xak4kqwvk45gmzr6n9bjzlfp1j85wyz8rj2hg2x4rm")) + (base32 "1cxklcihb2i4ywli0fxafkp2gi1x831r37z7spnigaj6pzj1517w")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |