all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73712] [PATCH] gnu: podman: Update to 5.2.4.
@ 2024-10-08 21:48 Tomas Volf
  2024-10-14  2:24 ` bug#73712: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-10-08 21:48 UTC (permalink / raw)
  To: 73712; +Cc: Tomas Volf

* gnu/packages/containers.scm (podman): Update to 5.2.4.

Change-Id: I7fcdc2062165ba43cda43ac2b31a9bc39ca1a8cf
---
 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 2a7d170aac..0c714e3d4a 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -464,7 +464,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.2.3")
+    (version "5.2.4")
     (source
      (origin
        (method git-fetch)
@@ -472,7 +472,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
+        (base32 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-14  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 21:48 [bug#73712] [PATCH] gnu: podman: Update to 5.2.4 Tomas Volf
2024-10-14  2:24 ` bug#73712: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.