[PATCH] gnu: podman: Update to 5.2.3.

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

Debbugs page

Tomas Volf wrote 6 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
762f4d61ca8679456b1c0b10962779d654f9d861.1727290485.git.~@wolfsden.cz
* gnu/packages/containers.scm (podman): Update to 5.2.3.

Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626
---
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 147b236549..96fe4cccf4 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.1")
+ (version "5.2.3")
(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 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
+ (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.46.0
Z572 wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73481-done@debbugs.gnu.org)
875xqe8li1.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (podman): Update to 5.2.3.
>
> Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626
> ---
> 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 147b236549..96fe4cccf4 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.1")
> + (version "5.2.3")
> (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 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
> + (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

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

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmb5giYACgkQO1qpk+Gi
3/Ab9w/7BxpH0gqsmsNHjW7Lmz+aEtgWKOKOE7TIxDYwBObzTvEC3DyDrk3+QctU
mJMLbg6KR9zIyj0LofEvmOpuO6XT6Wju+CBIfguYWGU86fjwprB4OjFNizICSkIM
iK7FzTQnBSCp6VXCWMgNaeILkFoiU97wgAq5VMYy3OsoxeBu2Era+PNjXLXazanW
cpGx2FOdJMG66o8FQZ37ekkv0LpOLrr6Usmxo8NwG1wRsdFl1aso3lLbAPP7Y5Ov
ZVJpGrmOeJaCbjiR4MoSOXuw0C4n5dBycIoA/g9sVscg22rfM9U5cn6H4hx/CPNm
QnsYUa5CHhpiPucfJVtSwOcrmTylrymWxoQoJM/F5YrlAeSmEnbCBbNYxdHzOJLj
y4qq6d13FC2XiH1hCoR4FhIDvwAQGzaSvFSqha32OXw1rLzF5g0EM6gAWDSPo/SP
EfO4wVl0+fVFNdb8ZueTnwhhGEfpc8sGuYAn8QR+f2ayQ8UBLLtgZnHk+oWe1PxB
DJsDuaSY9ug3PjlVivPe2wHIZGXNFCvVIDFtQitujblymBHnNSDl/9T6f19Fg2Bp
tGR8WrCS7n2ZEUHxVrSs7EA+ThMHA1zLfnmQ+KQW5Zqjf2EKqbILQEFkfH5TuXFZ
u2IdFWl8IZliOQJB2DkK1ktkcDGJHypHxEAkOb7XGfo4GHi3pcg=
=mTLJ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 73481
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