unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72628] [PATCH] gnu: podman: Update to 5.2.1.
@ 2024-08-14 20:36 Tomas Volf
  2024-08-15 12:23 ` jgart via Guix-patches via
  2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
  0 siblings, 2 replies; 5+ messages in thread
From: Tomas Volf @ 2024-08-14 20:36 UTC (permalink / raw)
  To: 72628; +Cc: Tomas Volf

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

Change-Id: Ice03f89ae39400961cf55742086040c20c991f64
---
 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 a6fb747c47..46dd8cdd21 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.0")
+    (version "5.2.1")
     (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 "1gza3fbwij4qjblrjx0gg7i4h12kkacws3hi3bsifmscxcwnpgs5"))
+        (base32 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 1c4289d1f561ea13e7077adbba6ac7aff74c2d8b
-- 
2.45.2





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

end of thread, other threads:[~2024-08-22 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 20:36 [bug#72628] [PATCH] gnu: podman: Update to 5.2.1 Tomas Volf
2024-08-15 12:23 ` jgart via Guix-patches via
2024-08-15 12:49   ` Tomas Volf
2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
2024-08-22 11:48   ` bug#72628: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).