[PATCH] gnu: buildah: Update to 1.37.1.

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

Debbugs page

Tomas Volf wrote 7 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
d304e02bbe73ec2473219439463eb488210370d9.1723580292.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.37.1.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 3d90279167..58702f64ac 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -608,7 +608,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.37.0")
+ (version "1.37.1")
(source
(origin
(method git-fetch)
@@ -616,7 +616,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "13xqv28p33jr4r1j3lzi0p83m8nxww91ssmvdx4wrbnzq0w88k3x"))
+ (base32 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments

base-commit: 803fe46921f8c41b9ba6030865a1ff3998fbe8b7
--
2.45.2
Christopher Baines wrote 7 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 72607-done@debbugs.gnu.org)
87bk1vv1ow.fsf@cbaines.net
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (7 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.37.1.
>
> Change-Id: I1243c37b61a901e716730ce7fc6e3bc957cfafb3
> ---
> gnu/packages/containers.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
fa503862b26e47e938f8d1a202302e30906af740.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma8hq9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfvVQ//UA2yX00OxyZWXe0BIzT8JC4JPpOLnJLs
Yag2woYaviyN+y1aW3HyD6OjGpidCzPSCa39wtbQiN50tJS61MrCMqqooM0C0zgz
wWIyznyVblepo9baAayzkMVd2GGSvu5+DLsES5nNloHI1v4X4iUR4E3+PXN8Mk6R
tx4CuvVLL+9wOcoVWtJxrmDvwwkBIiids/vg2AjodySH02ITa0FstT2iKlNQsKX4
PhJ5Ab4XanMSwodhCvDmian1MxLNYjNBu8b4wcVJuSH8JkudTBgIEADAE8Kd9ICV
nN/Z0/ELPFX+qOrRFbid/6pic7L7V9qHLkrjHSIxvzxEKQr7lmVlBM2VG38QqSDM
Kqsv2O2v28lkiwQvfmiumpOqKD3qFixUI4I0Q89ea0Bs8UwkNnh6H96eRNauWfrf
MWjgcwG6xIVU6B7xTDxfUtwvcMpOiOEE4unWJd29r6FY+FzGhCgaJ4V7FvNwMNyi
Z+H4a25OM3tv9PY/ydkeNrXbJK7sVoWa5kgBnO2Mq/MtuqmnN3p6v0U1k1GoCf8O
N5Elx5SeKFNf1IzUHSCF5j50U8Gg0uOR2h82lS0EbHE0daJMiTlKvvoYVBKwiHuM
sM0QCqiX7HzfXxH6xKE09l94sgIuEOfDoqjwYjWdU6g66QlAgJfWZ+KWLMGr/Lpi
T0V0zLbp0vM=
=vJQ+
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72607
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