guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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