1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 18:11:51 +02:00

gnu: buildah: Update to 1.36.0.

* gnu/packages/containers.scm (buildah): Update to 1.36.0.

Change-Id: Ic0ae640f34b1768fedb0b4859dbc2e48c9ccf407
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Tomas Volf
2024-05-28 22:59:18 +02:00
committed by Zheng Junjie
parent 116d3b32cf
commit 6f72ad465c
+2 -2
View File
@@ -609,7 +609,7 @@ being rootless and not requiring any daemon to be running.")
(define-public buildah
(package
(name "buildah")
(version "1.35.4")
(version "1.36.0")
(source
(origin
(method git-fetch)
@@ -617,7 +617,7 @@ being rootless and not requiring any daemon to be running.")
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
(base32 "1p21lh8ds688nv0valzgl6s20bwzsyvr1sa15ra2mprj79azvl4r"))
(base32 "1m02ncnjzvhl7rfwrxixs3qj316wkn1yq27nxa6vryih1gsndm89"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments