unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 74463@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#74463] [PATCH v2] gnu: podman: Update to 5.3.1.
Date: Thu, 21 Nov 2024 19:25:50 +0100	[thread overview]
Message-ID: <2c6650d5b0c703ba6fbc28bb89690c784b4c3b65.1732213550.git.~@wolfsden.cz> (raw)
In-Reply-To: <3922098358477ae0319b8749e00d84bace47f2c6.1732197932.git.~@wolfsden.cz>

* gnu/packages/containers.scm (podman): Update to 5.3.1.
<native-inputs>: Use go-1.22.

Change-Id: Ifedb3843e7cead31945deb15f66945940597b05f
---
v2: Update to 5.3.1 instead.

 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 adae2f5bfc..9a49dd5fd8 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -465,7 +465,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.2.5")
+    (version "5.3.1")
     (source
      (origin
        (method git-fetch)
@@ -473,7 +473,7 @@ (define-public podman
              (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 @@ (define-public podman
              (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
--
2.46.0




  reply	other threads:[~2024-11-21 18:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 14:05 [bug#74463] [PATCH] gnu: podman: Update to 5.3.0 Tomas Volf
2024-11-21 18:25 ` Tomas Volf [this message]
2024-11-24  1:16   ` bug#74463: [PATCH v2] gnu: podman: Update to 5.3.1 Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='2c6650d5b0c703ba6fbc28bb89690c784b4c3b65.1732213550.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=74463@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).