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.3.
* gnu/packages/containers.scm (buildah): Update to 1.37.3. Change-Id: I288ced933eede5fc7d79c5d2ac9655ceb82750a0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
b9f2ff6b8d
commit
6b0fc64ef5
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.37.1")
|
||||
(version "1.37.3")
|
||||
(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 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
|
||||
(base32 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue