GNU bug report logs -
#76214
[PATCH] gnu: podman: Update to 5.4.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Tue, 11 Feb 2025 23:08:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2025 11:28:09 +0800
with message-id <87lduaed6e.fsf <at> envs.net>
and subject line Re: [bug#76214] [PATCH] gnu: podman: Update to 5.4.0.
has caused the debbugs.gnu.org bug report #76214,
regarding [PATCH] gnu: podman: Update to 5.4.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76214: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76214
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/containers.scm (podman): Update to 5.4.0.
Change-Id: Ic740901a5b0681d81740d49f6d3b49cef7d1d2fc
---
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 bc63609e95..d5e63dcc1c 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -468,7 +468,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
- (version "5.3.2")
+ (version "5.4.0")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")))
@@ -479,7 +479,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "100jjj3fjb2mlx6hdj8gm4c1khcfrrf67rvm3r1nz7p007pkx4yg"))
+ (base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (podman): Update to 5.4.0.
Pushed, thanks.
This bug report was last modified 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.