gnu: buildah: Update to 1.40.0.

* gnu/packages/containers.scm (buildah)[version]: Update to 1.40.0.
[native-inputs]: Use go-1.23.

Change-Id: Ibeaf798bc0096744bec99e810ed9b4e476022ae8
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Tomas Volf 2025-04-27 13:41:01 +02:00 committed by Christopher Baines
parent f1ce653b13
commit dca198548c
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.4") (version "1.40.0")
(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 "1jkkf3jk1i0df279c1si6h81dcrkind9cwifsxidv1yx57sysvzn")) (base32 "0k2fdz2cqz0zj6cih32saa1wl7rcf6hqnpf0afmxgy68pinzq2g2"))
(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
@ -701,7 +701,7 @@ being rootless and not requiring any daemon to be running.")
lvm2)) lvm2))
(native-inputs (native-inputs
(list bats (list bats
go-1.22 go-1.23
go-github-com-go-md2man go-github-com-go-md2man
pkg-config)) pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images") (synopsis "Build @acronym{OCI, Open Container Initiative} images")