[PATCH] gnu: podman: Update to 5.1.2.

  • 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 8 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
64fcdb31466017d1d6ce6016634570c14c7c1c68.1720718321.git.~@wolfsden.cz
* gnu/packages/containers.scm (podman): Update to 5.1.2.

Change-Id: I550fb0ad1fd72f3b42d0da33ed7403d78c7ecc4b
---
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 72acfaba45..0361470483 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -456,7 +456,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.1.1")
+ (version "5.1.2")
(source
(origin
(method git-fetch)
@@ -464,7 +464,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1rhlwd350ll472jn7gm4nbkfkbm609d5s97wdqfb7lfagqwi1vny"))
+ (base32 "1v0qqzfl0nqkqmqimv89nrggb7n1ryhqpdi8v7yn2c7m0dm8xq91"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.45.2
Zheng Junjie wrote 8 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 72064-done@debbugs.gnu.org)
87ed7r56mp.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (podman): Update to 5.1.2.
>
> Change-Id: I550fb0ad1fd72f3b42d0da33ed7403d78c7ecc4b
> ---
> 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 72acfaba45..0361470483 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -456,7 +456,7 @@ (define-public catatonit
> (define-public podman
> (package
> (name "podman")
> - (version "5.1.1")
> + (version "5.1.2")
> (source
> (origin
> (method git-fetch)
> @@ -464,7 +464,7 @@ (define-public podman
> (url "https://github.com/containers/podman")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1rhlwd350ll472jn7gm4nbkfkbm609d5s97wdqfb7lfagqwi1vny"))
> + (base32 "1v0qqzfl0nqkqmqimv89nrggb7n1ryhqpdi8v7yn2c7m0dm8xq91"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmaY8C4ACgkQO1qpk+Gi
3/AZ1A/9HeTSb0ZaTC8k9Kx7UA10cgTLzGjGVRJddgYbmhEU5Kmk9FEDyVzS1LEU
3VnsYAYnsP7PS7CxIjyCIuOYm0o/udUWsL7H1KeWAE1rDDj3zOKSMdlqPsNmcG9q
dIBXqobdVj1x6d4A//xR6V7vHcqIpCh/NuP6ogjEs6R5/uGpVCzOQoydhk4j9lDY
/AWvLkX8bU181voSHwwGXORu1QPN49EIDJ/8cegN0BPHhIWMwan9re1s6fFmbaly
JJeb8X5ntVqJ+vSuZWu2TVvWPT7n2AgXKjsbnk52y3iy77GWCRfYuZxP+kdvjH3w
WAtF7oVAnJbQjBZS0Yd9UANW2zWZlC4t/BeGNqsDnYtHbJ/6dr+kMve2rwaQRsHG
Uq5ssBeyXirfKkN+F6O4jxFEsd2Io0BZbEJqTAUBvCvkj9gX7CMiWoa5+f2APdAP
CbKBF0t04juvgsqCVH01nnr6rQj1dRG2pi144y0pWHxceFMehXy38GnWxjGJAhHL
fSTIyU6kCppw3SsvZXNME3IyCGGJkrlcjluaQWvkpL8NIpDDt4l6jE6gTHfbcNhf
wkl+uX7EO0sAymtixL6BquXMzTlhqc/nQnCtlmrk1lAZ8Y37VtT9RMmWVmr4jrK7
jDV7yfK+PFu7PJG6jaXHguhMLhSjz8vcg68OleR+IQrNLGq/H4g=
=aBDk
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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