mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: buildah: Update to 1.37.5.
* gnu/packages/containers.scm (buildah): Update to 1.37.5. Change-Id: I90cd6ed586a7c0a87c7cf6c269ebd729afdaf909 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
6f359bc15a
commit
ab00d0a2f0
1 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ being rootless and not requiring any daemon to be running.")
|
|||
(define-public buildah
|
||||
(package
|
||||
(name "buildah")
|
||||
(version "1.37.4")
|
||||
(version "1.37.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -614,7 +614,7 @@ being rootless and not requiring any daemon to be running.")
|
|||
(url "https://github.com/containers/buildah")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1zh1qpwdq3zgb1vw3076v13nf7ipsc7v849z4amiaqv94par43dr"))
|
||||
(base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue