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:
Tomas Volf 2025-02-28 02:59:41 +01:00 committed by Christopher Baines
parent ee64cef988
commit bc6638c14c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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