[PATCH] gnu: podman: Update to 5.4.1.

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

Debbugs page

Tomas Volf wrote 15 hours ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
55f30f8d7afb03d8d955ab7d5eba7c160300a87a.1741726309.git.~@wolfsden.cz
* gnu/packages/containers.scm (podman): Update to 5.4.1.

Change-Id: Ic1eda1231af028300580f4c14635ef34a1fe54de
---
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 980ca2a9ed..5425a036db 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -469,7 +469,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.4.0")
+ (version "5.4.1")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")))
@@ -480,7 +480,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
+ (base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.48.1
Z572 wrote 109 minutes ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76961-done@debbugs.gnu.org)
87y0xaa7mm.fsf@z572.online
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (podman): Update to 5.4.1.
>
> Change-Id: Ic1eda1231af028300580f4c14635ef34a1fe54de
> ---
> 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 980ca2a9ed..5425a036db 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -469,7 +469,7 @@ (define-public catatonit
> (define-public podman
> (package
> (name "podman")
> - (version "5.4.0")
> + (version "5.4.1")
> (outputs '("out" "docker"))
> (properties
> `((output-synopsis "docker" "docker alias for podman")))
> @@ -480,7 +480,7 @@ (define-public podman
> (url "https://github.com/containers/podman")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
> + (base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfRW+EACgkQO1qpk+Gi
3/CLgxAAhNVu8VL9++HgGMc24fa1wGrThNckEHOM4aRALzfM5tmTDkuLsBUDf7Ld
4reKXuP4hhGDelFCk2LssaghYnKrp6wsYSeHXSEdQe3gFFpJl7RpUf+UHsUWymfg
Pe7lx099FBVQiHvyuYjSZT/4VNkBmlXBkaIaFadLV/SIizeHHVoVE3CvdNvz8J/5
v4rcEntQBOXyG4ZVxbP4HQbGi0vXZfzeuu3uhylJDgowsOKIzKfePk16+Zq82lM1
3n7VMiWSeHaOP/gISnjgs7acEsJjFIVJYRrTAOrfZ4Q3WFuqeEGYbUDB4Qtjvwok
TOOdE+GOi/TVRVUgCHLk6JPmWssmF7CufWpqPtM2dmzUVb9kL5l2XgzZG+YA1f7t
idglgh6bvZK4WFujZ6EYszrake43VGQzpS+Fcmqn3sE1ksPA+x56+9gCKh8ZHVLO
OoPrsMLf2kqPUBtVN4Veo8vyAdrkfURS5BlQ4ozcXKLhcH+Dx4giqGPGJ3MpLteP
tndnjuF0rMo/n4g6la30i3QSwiyE3Dy+nLTAeKpM2cdeVr2P4FDxoYwlKGuGmhAq
P/U0DkLBNSpstQuOL2+b5TOykbSzzJNWLfdyUnw1YzhU28S4SoDX9SA9hG+bpbUR
78ECBe9w5xeUXAJDFN4xitgxiiueJahmSuTjI2Spj3Pq+auuUWo=
=itYG
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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