GNU bug report logs - #78611
[PATCH] gnu: podman: Update to 5.5.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 27 May 2025 19:23:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> friendly-machines.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 78611 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#78611] [PATCH] gnu: podman: Update to 5.5.0.
Date: Tue, 27 May 2025 21:21:34 +0200
* gnu/packages/containers.scm (podman): Update to 5.5.0.
[native-inputs]: Use go-1.23, regular grep.

Change-Id: I2664753590d778936972bcb0fa8646b016b7c2e0
---
 gnu/packages/containers.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index be3e05f862..270874c367 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -470,7 +470,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.4.2")
+    (version "5.5.0")
     (outputs '("out" "docker"))
     (properties
       `((output-synopsis "docker" "docker alias for podman")))
@@ -481,7 +481,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1yjkyn1wrpzfcndds23p0r192l95rq4jcw7w9m2y1zdhafjlgr5y"))
+        (base32 "0ackw202dnydxzpa52i6vcp1m5g1p5s9kq9s639ih5nk4qvzba87"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -570,11 +570,10 @@ (define-public podman
            libseccomp
            libselinux))
     (native-inputs
-     (list (package/inherit grep
-             (inputs (list pcre2)))     ; Drop once grep on master supports -P
+     (list grep
            bats
            git-minimal/pinned
-           go-1.22
+           go-1.23
            go-md2man
            gnu-gettext ; for envsubst
            mandoc
-- 
2.49.0





This bug report was last modified 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.