mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: buildah: Update to 1.39.2.
* gnu/packages/containers.scm (buildah): Update to 1.39.2. Change-Id: I9cfe18de7e14b303645b9d2c0aa8ebe3deb36220 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
d13249dbe3
commit
b9c7a7dac2
1 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(define-public buildah
|
(define-public buildah
|
||||||
(package
|
(package
|
||||||
(name "buildah")
|
(name "buildah")
|
||||||
(version "1.39.1")
|
(version "1.39.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -635,7 +635,7 @@ being rootless and not requiring any daemon to be running.")
|
||||||
(url "https://github.com/containers/buildah")
|
(url "https://github.com/containers/buildah")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
|
(base32 "0b16zhsf9g863wxjvqyapb6wa8dr6r1rwrpffy6hf98fnq38jyh8"))
|
||||||
(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…
Add table
Add a link
Reference in a new issue