GNU bug report logs - #79427
[PATCH] gnu: podman: Update to 5.6.1.

Previous Next

Package: guix-patches;

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

Date: Wed, 10 Sep 2025 22:23:02 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: podman: Update to 5.6.1.
Date: Thu, 11 Sep 2025 00:22:00 +0200
* gnu/packages/containers.scm (podman): Update to 5.6.1.

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

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 58834f3024..59f2eba77e 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -550,7 +550,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.6.0")
+    (version "5.6.1")
     (outputs '("out" "docker"))
     (properties
      `((output-synopsis "docker" "docker alias for podman")
@@ -563,7 +563,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1w5p76ynhlayvala76xsh1b1sv8w50fjp02sjm819mg98scbc3fk"))
+        (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.50.1





This bug report was last modified 3 days ago.

Previous Next


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