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

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

Change-Id: I36c745bb88cb30caa2246956de088a50209ad0f5
---
 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 891e7339e7..fa38b8bf17 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.4")
+    (version "5.2.5")
     (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 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr"))
+        (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
        (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

* bug#73959: [PATCH] gnu: podman: Update to 5.2.5.
  2024-10-23  0:03 [bug#73959] [PATCH] gnu: podman: Update to 5.2.5 Tomas Volf
@ 2024-10-23 16:10 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-23 16:10 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73959-done

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (podman): Update to 5.2.5.
>
> Change-Id: I36c745bb88cb30caa2246956de088a50209ad0f5
> ---
>  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 891e7339e7..fa38b8bf17 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.4")
> +    (version "5.2.5")
>      (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 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr"))
> +        (base32 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-10-23 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23  0:03 [bug#73959] [PATCH] gnu: podman: Update to 5.2.5 Tomas Volf
2024-10-23 16:10 ` bug#73959: " 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.