[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: podman: Update to 4.2.1.
From: |
guix-commits |
Subject: |
05/11: gnu: podman: Update to 4.2.1. |
Date: |
Tue, 27 Sep 2022 05:17:27 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 351498ee451bafe6f7edf2b6709514ac777ca953
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Sep 24 15:14:22 2022 +0800
gnu: podman: Update to 4.2.1.
* gnu/packages/containers.scm (podman): Update to 4.2.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 @@ configure network interfaces in Linux containers.")
(define-public podman
(package
(name "podman")
- (version "4.2.0")
+ (version "4.2.1")
(source
(origin
(method git-fetch)
@@ -282,7 +282,7 @@ configure network interfaces in Linux containers.")
(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)
- branch master updated (f5ffaacd55 -> 74f07348e9), guix-commits, 2022/09/27
- 02/11: gnu: blueman: Update to 2.3.2., guix-commits, 2022/09/27
- 03/11: gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions., guix-commits, 2022/09/27
- 08/11: gnu: font-lxgw-wenkai: Update to 1.245., guix-commits, 2022/09/27
- 06/11: gnu: font-chiron-sung-hk: Update to 1.006., guix-commits, 2022/09/27
- 05/11: gnu: podman: Update to 4.2.1.,
guix-commits <=
- 01/11: gnu: pipewire-0.3: Add man pages., guix-commits, 2022/09/27
- 04/11: gnu: matterbridge: Update to 1.25.2., guix-commits, 2022/09/27
- 07/11: gnu: font-chiron-hei-hk: Update to 2.504., guix-commits, 2022/09/27
- 09/11: gnu: font-lxgw-wenkai-tc: Update to 0.922., guix-commits, 2022/09/27
- 10/11: gnu: gnome-shell-extension-clipboard-indicator: Update to 42., guix-commits, 2022/09/27
- 11/11: gnu: source-highlight: Fix lesspipe file name and use gexps., guix-commits, 2022/09/27