GNU bug report logs -
#76961
[PATCH] gnu: podman: Update to 5.4.1.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Tue, 11 Mar 2025 20:53:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#76961: [PATCH] gnu: podman: Update to 5.4.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76961 <at> debbugs.gnu.org.
--
76961: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76961
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
--
2.48.1
This bug report was last modified 132 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.