From: Tomas Volf <~@wolfsden.cz>
To: 74464@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#74464] [PATCH] gnu: buildah: Update to 1.38.0.
Date: Thu, 21 Nov 2024 15:08:11 +0100 [thread overview]
Message-ID: <131cdfdc62eaf4f259811b2bd0ec3090a395da76.1732198091.git.~@wolfsden.cz> (raw)
* gnu/packages/containers.scm (buildah): Update to 1.38.0.
<native-inputs>: Use go-1.22.
Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
---
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..c883592be6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -606,7 +606,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.37.5")
+ (version "1.38.0")
(source
(origin
(method git-fetch)
@@ -614,7 +614,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
+ (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -684,7 +684,7 @@ (define-public buildah
lvm2))
(native-inputs
(list bats
- go-1.21
+ go-1.22
go-github-com-go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")
--
2.46.0
reply other threads:[~2024-11-21 14:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='131cdfdc62eaf4f259811b2bd0ec3090a395da76.1732198091.git.~@wolfsden.cz' \
--to=~@wolfsden.cz \
--cc=74464@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).