mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: buildah: Update to 1.37.0.
* gnu/packages/containers.scm (buildah): Update to 1.37.0. Change-Id: I2717b8ebbd63c40938c90b2821c199d2025b849c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
1db794104f
commit
c80e8aed74
1 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ (define-public podman-compose
|
|||
(define-public buildah
|
||||
(package
|
||||
(name "buildah")
|
||||
(version "1.36.0")
|
||||
(version "1.37.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -614,7 +614,7 @@ (define-public buildah
|
|||
(url "https://github.com/containers/buildah")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1m02ncnjzvhl7rfwrxixs3qj316wkn1yq27nxa6vryih1gsndm89"))
|
||||
(base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue