[PATCH] gnu: buildah: Update to 1.39.0.

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

Debbugs page

Tomas Volf wrote 1 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
dd4f88e3b66e41ee9a682bca122580a828c2c554.1738780468.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.39.0.

Change-Id: Ib03b1377b16de24fcf8811a125e84210bd1e1010
---
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 1f4d57cc7b..c0e4216a7e 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.1")
+ (version "1.39.0")
(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 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
+ (base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.47.1
Z572 wrote 1 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76075-done@debbugs.gnu.org)
87y0yiqoro.fsf@z572.online
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (29 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.39.0.
>
> Change-Id: Ib03b1377b16de24fcf8811a125e84210bd1e1010
> ---
> 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 1f4d57cc7b..c0e4216a7e 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.1")
> + (version "1.39.0")
> (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 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
> + (base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeloRsACgkQO1qpk+Gi
3/C7HxAAk6/VkEgAlppFf0Pn6NP0f2w6Wgcd+kyRbcxuURc6SUDriFNKLDKRerKv
o2c5QbFM5fxrSy5TIFQTKq6He/AuvVNbMj7dZsFyXdEKSeb9ancGsBXTv1/vONt8
2eDjpc9TO8xyY0tF6QdfjsPnRsdbeAfe5++FOiB+6wCDubgVdPvNp1HDM28VVzc3
3cGq5bc5+4+sxpAu6wCawuyQc++56QB0rO+kmtjf35eQ+7g05hdDszDe04IPaSlX
NFQJOppGm8oRQ/yWxM6xW42wD6cakO4joJ28QW1Lodqb8iBZ6QD1cIwB4McmX4Cx
paWt9IDjGwcHdhQhkdeWKOae8YrXVqXc7oxOdBcaoVxX4hn6wfr3HK3hHCXi+bs8
jYJt2A7P+c+SShh/iRex5jtgyv4PZufpj2LK5AFhqU4GdO6ihElxC3m93G+RLcBJ
3wLvqBHQt7U1ZiqPF6FWXcn21sZO2tmf+IM3g29VsZHNdTYXo2H96uyJK0AE7gCO
xG8eD3tFg1KuiV5qjCACYWBjc2H/8zWbKNQuwVcQ41vVnzwr4kVExzgbzRupngRp
3aR4NPdxnvic31xPnV1VWC3Ra7bDGKD4JiOlAN4812ywLgIbds2xWeUvKfJEL7yG
wWAkP+SxIsZWEpVWZBSddYBFfHe3t4hyge01C9pL5rXyZFITYQk=
=Jw+M
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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