GNU bug report logs -
#72308
[PATCH] gnu: buildah: Update to 1.37.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Fri, 26 Jul 2024 18:12:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 30 Jul 2024 14:44:13 +0800
with message-id <87h6c7z8ea.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72308] [PATCH] gnu: buildah: Update to 1.37.0.
has caused the debbugs.gnu.org bug report #72308,
regarding [PATCH] gnu: buildah: Update to 1.37.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72308: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72308
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/containers.scm (buildah): Update to 1.37.0.
Change-Id: I2717b8ebbd63c40938c90b2821c199d2025b849c
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a9e9b10fa4..f56bbc1567 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.36.0")
+ (version "1.37.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 "1m02ncnjzvhl7rfwrxixs3qj316wkn1yq27nxa6vryih1gsndm89"))
+ (base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
base-commit: 989c2134e96ca2ea7fa8c81e07426d50b4df92d9
prerequisite-patch-id: f73ce610143ee13b1c8f1dead8d0a80c3c3a6640
--
2.45.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (buildah): Update to 1.37.0.
>
> Change-Id: I2717b8ebbd63c40938c90b2821c199d2025b849c
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index a9e9b10fa4..f56bbc1567 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.36.0")
> + (version "1.37.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 "1m02ncnjzvhl7rfwrxixs3qj316wkn1yq27nxa6vryih1gsndm89"))
> + (base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
>
> base-commit: 989c2134e96ca2ea7fa8c81e07426d50b4df92d9
> prerequisite-patch-id: f73ce610143ee13b1c8f1dead8d0a80c3c3a6640
pushed, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.