[PATCH] gnu: podman: Update to 5.2.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 5 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
e565b36bd50b18d864a772e84ec22f532549e81a.1728424120.git.~@wolfsden.cz
* 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(-)

Toggle diff (24 lines)
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
Zheng Junjie wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73712-done@debbugs.gnu.org)
87h69f5smp.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * 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

push, close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcMgM4ACgkQO1qpk+Gi
3/DtphAAvjC2BwmZ54OGl3kBbjWgafE31RVfaV3GMUigx2lgckX/tRFeODZoCTrt
qbQj+yCww16X/hBtIFqoAGli/xOCVH/EoRzJDeb1jqxa4aHQw8nuuYAjwhQcID9O
HR1z/2n1YYtn7Aj/gQ1kT4G6DfSbivv5ovt/b/GLhj6l+TaX7/BmNUpN0xqXJbGj
CptKqf7mjGVQD/KSVeg5+VZ1dbdhOw3K0jD981N3BSHo3VBVqsec0PS2sQ+JD0Qc
WJ2xVAHElKn69KROxhBVFz47PIgoR6102UAMH/38/DSEBjuNOFPufgrzKf1I1WYH
S0P84GNunjuPqb0PEpoWP4UWeGrxPKc7MtF7sWXMZoUUUzGFJfpOU7ZWylsn8GSL
RqGq5Otyz4iIECCLsWgUGdtcOPLfzUMO5q3XT5VIMPByr6693sqnOxraWwEPizl0
/hoVFAoAlGL89RssZfJ0QSvYQK+ylL/4FBI/dYcMWpCW7GcS1WG+wMCmD0YeeENv
vWslTWP2jWxpy/fU97u+ku66HDjcJUybnWYxP+uINKElmTGp4psoZFni2254jhGw
AXhhq+RUtfaqNwhEuHeERHg5Ojkmg4xANhI0cYPHhOoQxK/4aCqAl4DAv3htL7aS
ktWw21yRRknL+E5HmPcIpzP2F8Du2A2Vp0Ouo+SwSMvGP5c1zm4=
=UDSA
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73712@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73712
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help