mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Christopher Baines
parent
ee64cef988
commit
bc6638c14c
@@ -627,7 +627,7 @@ being rootless and not requiring any daemon to be running.")
|
||||
(define-public buildah
|
||||
(package
|
||||
(name "buildah")
|
||||
(version "1.39.0")
|
||||
(version "1.39.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -635,7 +635,7 @@ being rootless and not requiring any daemon to be running.")
|
||||
(url "https://github.com/containers/buildah")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
|
||||
(base32 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user