mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: buildah: Update to 1.39.1.
* gnu/packages/containers.scm (buildah): Update to 1.39.1. Change-Id: I281d80aec5d5ae1f47366a870e209f09bab50a29 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ee64cef988
commit
bc6638c14c
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.0")
|
(version "1.39.1")
|
||||||
(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 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
|
(base32 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
|
||||||
(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