From 9f5840e8950d34b0ddbda678122891ad80bc3af3 Mon Sep 17 00:00:00 2001 From: Tomas Volf <~@wolfsden.cz> Date: Mon, 1 Dec 2025 00:17:10 +0100 Subject: [PATCH] gnu: podman: Update to 5.7.0. * gnu/packages/containers.scm (podman): Update to 5.7.0. [arguments]<#:phases>{fix-hardcoded-paths}: Update file name. [native-inputs]: Use go-1.24. Closes: https://issues.guix.gnu.org/79919 Change-Id: I4193174311eee928a98a653e16d6be4a5deb2624 Signed-off-by: Sharlatan Hellseher --- gnu/packages/containers.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index fe549f09a54169be58f86efc2fb92ec5dbfc8b15..8a55fbdd8aaf833d5454690b99473894a9eb50ac 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2024, 2025 Tomas Volf <~@wolfsden.cz> ;;; Copyright © 2024 Foundation Devices, Inc. ;;; Copyright © 2024 Jean-Pierre De Jesus DIAZ +;;; Copyright © 2025 Tomas Volf <~@wolfsden.cz> ;;; ;;; This file is part of GNU Guix. ;;; @@ -570,7 +571,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (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 +584,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (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 +615,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (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 +676,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (list grep bats git-minimal/pinned - go-1.23 + go-1.24 go-md2man gettext-minimal ; for envsubst mandoc