[bug#79919,2/2] gnu: podman: Update to 5.7.0.
Commit Message
* gnu/packages/containers.scm (podman): Update to 5.7.0.
[arguments]<#:phases>{fix-hardcoded-paths}: Update file name.
[native-inputs]: Use go-1.24.
---
gnu/packages/containers.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
@@ -570,7 +570,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.6.1")
+ (version "5.7.0")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")
@@ -583,7 +583,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b"))
+ (base32 "0p1hh3sy5m1l1151wsda3q346pd4dm9hgpwjqakdha8yixyicwj8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -614,7 +614,7 @@ (define-public podman
(invoke "make" "remotesystem"))))
(add-after 'unpack 'fix-hardcoded-paths
(lambda _
- (substitute* "vendor/github.com/containers/common/pkg/config/config_linux.go"
+ (substitute* "vendor/go.podman.io/common/pkg/config/config_linux.go"
(("/usr/local/libexec/podman")
(string-append #$output "/libexec/podman"))
(("/usr/local/lib/podman")
@@ -675,7 +675,7 @@ (define-public podman
(list grep
bats
git-minimal/pinned
- go-1.23
+ go-1.24
go-md2man
gettext-minimal ; for envsubst
mandoc