mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: buildah: Update to 1.41.1.
* gnu/packages/containers.scm (buildah): Update to 1.41.1. Change-Id: Ie9b06a71bde92f2b98d9bfe6223dcb55afaf2c6c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
@@ -684,7 +684,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.41.0")
|
(version "1.41.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -692,7 +692,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 "12vl3g5h9m9pw0zpi88j7sjx0db8ardigh2x8h3a3qa9m5hlnqnb"))
|
(base32 "12mi2084dmk8hg35chfbfbdl1s9ibsq000hhi1n9f0ibk177y6qw"))
|
||||||
(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
|
||||||
|
|||||||
Reference in New Issue
Block a user