[bug#79919,2/2] gnu: podman: Update to 5.7.0.

Message ID f335e5dd2e13ae9fcf6194712032fb991ab16758.1764544315.git.~@wolfsden.cz
State New
Headers
Series Update podman |

Commit Message

Tomas Volf Nov. 30, 2025, 11:17 p.m. UTC
* 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(-)
  

Patch

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index fe549f09a54..d7b36c002e5 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -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