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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
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.