[PATCH] gnu: buildah: Update to 1.39.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 2 weeks ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
f863cf415f9534e50e0cfbac3b1e3e5747881070.1740707981.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.39.1.

Change-Id: I281d80aec5d5ae1f47366a870e209f09bab50a29
---
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 c44d0e0b47..0dc0f635a0 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -627,7 +627,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.39.0")
+ (version "1.39.1")
(source
(origin
(method git-fetch)
@@ -635,7 +635,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
+ (base32 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.48.1
Christopher Baines wrote 1 weeks ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76628-done@debbugs.gnu.org)
874j0cxsbu.fsf@cbaines.net
Tomas Volf <~@wolfsden.cz> writes:

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

Thanks, I've pushed this to master as
bc6638c14cdd2f69ac6b9ef755253059c141bd4e.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmfDk1VfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdGNg/+Mmzu28Ygp8ZwPEYsJB3Z2uD37Hi/DmuA
nnStb69Y7Mn9BhPHzVj4E+ygxrz8X1l5tdPC6PNUWtwB8ljnWu565/fIaxJ2T+uf
lFfq4G4Hrdz/27+cv7DXltMx31jY0OSuh/eEb7mLp2Go6v1/4sQlsUQ3tcqfH6+s
Qw2Lag9CwY7LqS0pU3ekrptNIrOZG6vq3AGV2smPpaXedmk+M2qGfVsFIB5gAXPw
qlvMXGFbqWA3UObTI53EXHt4Mf+eg7Ye6uO5mOgzUZZOl9EWjHx+h8Gjp1ZytQIC
mqc79WX70ZWYl79t0mSgeuenwZwExXEK/gtNEh2RGD0nYsNRMivMaPqsEH1/ijK8
uHKg5zIhbtsXjNMwnB76regdWDPO71kpIBudYGuOdJ5GjK34Q3sv+Ysc2OImpBh9
BnHZu+CoiKosVYoaU8WL6wnK7z+tqhIB4W8pPSIJI4c/zE44wHUzAWP1fdsXIYrP
/WKn/+NliqrXpWDTKPiC/pj9rIECUClKnzyoRrnprUpvd3UY2iDFWjFI31BuipwG
cUo7GuAfAzRqz+vFmi0G/5l/304p8vor16+GddV15w9R54MUMLYxO8V0y9KIysc8
t9vwzI4ofzifUdcFhBy1J4tL3wJ9OAsb9Uu6qZud9/7p09nbSmukYDhh8kjDbaEP
/gRodJ4yoU8=
=ZAmr
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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