[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: podman: Update to 5.1.0.
From: |
guix-commits |
Subject: |
03/08: gnu: podman: Update to 5.1.0. |
Date: |
Fri, 31 May 2024 07:42:44 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 65bec2ffe82220b4d551d271337dabb8f9fd6640
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Thu May 30 00:02:01 2024 +0200
gnu: podman: Update to 5.1.0.
* gnu/packages/containers.scm (podman): Update to 5.1.0.
Change-Id: I87b3e639f1eb01e93363a359d33c2aaceaee653b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 de1fc189a2..c57f249ebd 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -454,7 +454,7 @@ Its main purpose is to support the key usage by
@code{docker-init}:
(define-public podman
(package
(name "podman")
- (version "5.0.3")
+ (version "5.1.0")
(source
(origin
(method git-fetch)
@@ -462,7 +462,7 @@ Its main purpose is to support the key usage by
@code{docker-init}:
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
- (base32 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw"))
+ (base32 "0ldzrrz8jba6ka1xfs8msiy08iz4m674xhfxbcdsnc9lmxi3ys4f"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- branch master updated (01de17143c -> 0c87fe868a), guix-commits, 2024/05/31
- 02/08: gnu: conmon: Update to 2.1.12., guix-commits, 2024/05/31
- 04/08: gnu: parallel: Update to 20240522., guix-commits, 2024/05/31
- 07/08: gnu: entr: Update to 5.5., guix-commits, 2024/05/31
- 03/08: gnu: podman: Update to 5.1.0.,
guix-commits <=
- 01/08: gnu: weechat: Update to 4.3.0., guix-commits, 2024/05/31
- 05/08: gnu: icewm: Update to 3.5.0, guix-commits, 2024/05/31
- 08/08: gnu: f3d: Update to 2.4.0., guix-commits, 2024/05/31
- 06/08: gnu: aide: Update to 0.18.8., guix-commits, 2024/05/31