diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-09-24 15:14:22 +0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-27 11:04:30 +0200 |
commit | 351498ee451bafe6f7edf2b6709514ac777ca953 (patch) | |
tree | 0b18a7a5840c0f2bac3b9237e633487f51acab51 /gnu/packages | |
parent | 66edcdda1c711cc07c6a35a5148b672479996332 (diff) | |
download | guix-351498ee451bafe6f7edf2b6709514ac777ca953.tar.gz guix-351498ee451bafe6f7edf2b6709514ac777ca953.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files 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) |