This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 28ada12608 gnu: podman: Update to 5.6.1.
28ada12608 is described below

commit 28ada126081221bf7b2cd2b305a800f4fff032a5
Author: Tomas Volf <[email protected]>
AuthorDate: Thu Sep 11 00:22:00 2025 +0200

    gnu: podman: Update to 5.6.1.
    
    * gnu/packages/containers.scm (podman): Update to 5.6.1.
    
    Change-Id: Ia02738280847176e8c9c094903eb23facc543d97
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 @@ Its main purpose is to support the key usage by 
@code{docker-init}:
 (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 @@ 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 "1w5p76ynhlayvala76xsh1b1sv8w50fjp02sjm819mg98scbc3fk"))
+        (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to