[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: podman: Update to 5.3.1.
From: |
guix-commits |
Subject: |
08/08: gnu: podman: Update to 5.3.1. |
Date: |
Sat, 23 Nov 2024 20:10:44 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 047967c42f237695d5af2af53321c70f157685a3
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Thu Nov 21 19:25:50 2024 +0100
gnu: podman: Update to 5.3.1.
* gnu/packages/containers.scm (podman): Update to 5.3.1.
[native-inputs]: Use go-1.22.
Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
gnu/packages/containers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c883592be6..c638736cda 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ Its main purpose is to support the key usage by
@code{docker-init}:
(define-public podman
(package
(name "podman")
- (version "5.2.5")
+ (version "5.3.1")
(source
(origin
(method git-fetch)
@@ -473,7 +473,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 "1s0zjfclayqaknc457wy8iqlb9g170a7v3b8rnv59v3fkhkbpa81"))
+ (base32 "1315rqsfiwq4i2vvdzb6nkwbvgwimsj7f71ma1svvqhp8kbly04h"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -554,7 +554,7 @@ Its main purpose is to support the key usage by
@code{docker-init}:
(inputs (list pcre2))) ; Drop once grep on master supports -P
bats
git
- go-1.21
+ go-1.22
go-github-com-go-md2man
mandoc
pkg-config
- branch master updated (36831c2624 -> 047967c42f), guix-commits, 2024/11/23
- 05/08: gnu: buildah: Update to 1.38.0., guix-commits, 2024/11/23
- 06/08: gnu: skopeo: Update to 1.17.0., guix-commits, 2024/11/23
- 02/08: gnu: Add lld-19., guix-commits, 2024/11/23
- 01/08: gnu: Add llvm-19., guix-commits, 2024/11/23
- 04/08: gnu: ugrep: Update to 7.1.0., guix-commits, 2024/11/23
- 07/08: gnu: ngtcp2: Update to 1.9.0., guix-commits, 2024/11/23
- 08/08: gnu: podman: Update to 5.3.1.,
guix-commits <=
- 03/08: gnu: LLVM, Clang, libomp, lld: Update to 19.1.4., guix-commits, 2024/11/23