From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 61384@debbugs.gnu.org
Subject: [bug#61384] [PATCH] gnu: podman: Update to 4.4.1.
Date: Thu, 09 Feb 2023 16:43:02 +0800 [thread overview]
Message-ID: <87lel744bt.wl-hako@ultrarare.space> (raw)
* gnu/packages/containers.scm (podman): Update to 4.4.1.
[native-inputs]: Replace go to go-1.19.
---
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 3982f4f059..1230a4e919 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -311,7 +311,7 @@ (define-public cni-plugins
(define-public podman
(package
(name "podman")
- (version "4.3.1")
+ (version "4.4.1")
(source
(origin
(method git-fetch)
@@ -323,7 +323,7 @@ (define-public podman
(snippet '(substitute* "Makefile"
((".*hack/btrfs.*") "")))
(sha256
- (base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
+ (base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
@@ -385,7 +385,7 @@ (define-public podman
(native-inputs
(list bats
git
- go
+ go-1.19
; strace ; XXX debug
pkg-config
python))
base-commit: 8a2c2eaa906bd12d9c804ba18ac305b9719507ef
--
2.39.1
next reply other threads:[~2023-02-09 8:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 8:43 Hilton Chain via Guix-patches via [this message]
2023-02-27 14:47 ` bug#61384: [PATCH] gnu: podman: Update to 4.4.1 Ludovic Courtès
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=87lel744bt.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=61384@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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).