[PATCH] gnu: buildah: Update to 1.38.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 2 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
a28d6640e8f3357921a34a432b51fdb22bbcc37d.1737576336.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.38.1.

Change-Id: I2aca88910aff3c4abab9fcef473da9ef2e6a6ed0
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 1f3ad19c5b..8815765821 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -626,7 +626,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.38.0")
+ (version "1.38.1")
(source
(origin
(method git-fetch)
@@ -634,7 +634,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
+ (base32 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.47.1
Zheng Junjie wrote 2 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 75767-done@debbugs.gnu.org)
87y0z0epvh.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.38.1.
>
> Change-Id: I2aca88910aff3c4abab9fcef473da9ef2e6a6ed0
> ---
> 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 1f3ad19c5b..8815765821 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -626,7 +626,7 @@ (define-public podman-compose
> (define-public buildah
> (package
> (name "buildah")
> - (version "1.38.0")
> + (version "1.38.1")
> (source
> (origin
> (method git-fetch)
> @@ -634,7 +634,7 @@ (define-public buildah
> (url "https://github.com/containers/buildah")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
> + (base32 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeTJoIACgkQO1qpk+Gi
3/Ar6g/+JJkGAmtGYKAaIwd4GhnNsM0xECXZsZxg1meRkRCrK/3Kccrxh1aGSVbB
rBYvnXKA8qdQKZ5hUWQGHjQ8TBXJd24JKquuykETpSCQlr0aPUjW348/yHhB6pVo
jbroTSf12GG6b0RmvOtA6kH6ZNaeeaAWpuPPApMTkxeD97HdOhU+peKZLVpFtyoj
SAZbKIpUVHxq8a3eJOTWeIT8XaszYG+CPbPrZxy7OvaNCBtNKpeTsFKEg/3Z1enG
9CH0KC1fkak1Nx61nXDWWmSff1xlaCUovGrWZDy0oORdJKpbktcbTBC7HANieTpL
L2hF2tIoV4xlIu2Tb3plJXnFxPXovoUdr8j+5Nt3g6dBVc6jf9tLxTvCQ9QIgMKz
x+Rx8hmjmhxxI+H+MWAEqY0zyu4MlCizvgP0sARYNdJbCqLBWfn829qQIWweUIE9
LZ8gPlV+7pyybAlgRGNjVyUSLVN3mhag+ro1hHFQ9zpSVC/k9ihxrgWNHaVOeJ3k
WMMXG3McWh3+A7+goBcPn69dEeY5DTUOJIqXxH1pSF+amiqouSqVeJp3YkmEGKPo
EwRQRrdYkHW5BWa/c0c545kq43ahsXwSySLPvD3QlCbRu8RCWEd69cnG7+0E78hX
i1AiZAYAkOGBUrga+zRg1P22U2QzDtFWYdoY+WjtsTQH9IgWyo4=
=WVXE
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75767@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75767
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help