~ruther/guix-local

351498ee451bafe6f7edf2b6709514ac777ca953 — Hilton Chain 3 years ago 66edcdd
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/containers.scm
M gnu/packages/containers.scm => gnu/packages/containers.scm +2 -2
@@ 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)