GNU bug report logs -
#58038
[PATCH] gnu: podman: Update to 4.2.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sat, 24 Sep 2022 07:15:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/containers.scm (podman): Update to 4.2.1.
---
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 029f0d4ba4..59eea423a1 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -274,7 +274,7 @@ (define-public cni-plugins
(define-public podman
(package
(name "podman")
- (version "4.2.0")
+ (version "4.2.1")
(source
(origin
(method git-fetch)
@@ -282,7 +282,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "00wyjppd11hznmals9ax4s2qjklj6p1vfz4jjkp50bk8q4blxfbj"))
+ (base32 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
base-commit: a5c876cdb2d9ab79ba5027ffad7893dafbece50b
--
2.37.3
This bug report was last modified 2 years and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.