gnu: conmon: Update to 2.0.31.

* gnu/packages/containers.scm (conmon): Update to 2.0.31.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-10 15:45:36 +01:00
parent c7fc5086f9
commit 1516e1d884
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -105,7 +105,7 @@ (define-public crun
(define-public conmon
(package
(name "conmon")
(version "2.0.30")
(version "2.0.31")
(source
(origin
(method git-fetch)
@ -113,7 +113,7 @@ (define-public conmon
(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