mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: conmon: Update to 2.0.31.
* gnu/packages/containers.scm (conmon): Update to 2.0.31.
This commit is contained in:
parent
c7fc5086f9
commit
1516e1d884
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ (define-public crun
|
||||||
(define-public conmon
|
(define-public conmon
|
||||||
(package
|
(package
|
||||||
(name "conmon")
|
(name "conmon")
|
||||||
(version "2.0.30")
|
(version "2.0.31")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -113,7 +113,7 @@ (define-public conmon
|
||||||
(url "https://github.com/containers/conmon")
|
(url "https://github.com/containers/conmon")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sxpbm01g4xak4kqwvk45gmzr6n9bjzlfp1j85wyz8rj2hg2x4rm"))
|
(base32 "1cxklcihb2i4ywli0fxafkp2gi1x831r37z7spnigaj6pzj1517w"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue