guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: podman: Update to 4.3.1.


From: guix-commits
Subject: branch master updated: gnu: podman: Update to 4.3.1.
Date: Wed, 28 Dec 2022 20:44:12 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bac6689d3f gnu: podman: Update to 4.3.1.
bac6689d3f is described below

commit bac6689d3f47c68c5d1c7b6f339051b73b18cfad
Author: Simon Josefsson <simon@josefsson.org>
AuthorDate: Wed Dec 28 01:49:55 2022 +0100

    gnu: podman: Update to 4.3.1.
    
    * gnu/packages/containers.scm (podman): Update to 4.3.1.
    [native-inputs]: Add python, for hack/markdown-preprocess.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/containers.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index e2d698dcc2..985dea7bdb 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.1")
+    (version "4.3.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 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
+        (base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
        (file-name (git-file-name name version))))
 
     (build-system gnu-build-system)
@@ -346,7 +346,8 @@ configure network interfaces in Linux containers.")
            git
            go
            ; strace ; XXX debug
-           pkg-config))
+           pkg-config
+           python))
     (home-page "https://podman.io";)
     (synopsis "Manage containers, images, pods, and their volumes")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]