[PATCH] gnu: podman: Update to 5.2.5.

  • 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)
491cb5bd2f909a27346b3cd340c91510c1ad60b8.1729641817.git.~@wolfsden.cz
* 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(-)

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

Toggle quote (30 lines)
> * 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.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcZH9wACgkQO1qpk+Gi
3/CpvQ//QWQpvzTewJaZIJKmBIQ0jwlxdPGhPx2QNA2g+9nnBVaWlza6hhfHB/7V
tbECbzUAoGuMEYcc1lhRTJ6idva/iO4IYckbKX4BemC5H+Ccp+XNzw0GDUpY2Qdi
XbXVLd5QbCSmNv+2d/oBO3z0KxvTXXy8Xp1b5CguARP/V0QOdg7HYpvywKCJalcH
tzJfCzYqSyTNWhmm4z+zs0W8SgOuGl2fafjfzdX7M99ujts7BZIbj8NPEttv3dpp
GeDUtuYeItmNl3EvPcFT26f2/tpopNcYHOl6owSLJwSGCWHXMH60nn4XvyfWvmlD
8awYV7tnVi0sx/aO1TzKqE2Vyoq44U0MaHGl67pCBGlz9VS3RZ3F6ZYP40tiBxFk
2Dcesc+lmAY5gBAYoTWF96d7OSe6ACqACNTw/nNwerWFE/MjooUbiSL7dePW6ct9
bp/DhQKBpvF28T9IQh4dx8e/Sar9d5sAUZbiB3xC0mw/aAHh3KY/ufyYr8MAHFFx
78+oF1ked9L1P/ZwgPxOM6VAlG3QYUTfng6wHkdCeVwG4CJlVTBF0NaiaaxIuOyJ
RQG5pSVfjLZEpMrglCDQlgam2+eoQmABkEsitexi2Q3QwupqVhedAIkIrBJGH10P
XM1ajwrxIekfW2BeVCRVsNrbQ01927/vCkp1kljHbQLko0BwYVA=
=r4c3
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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