* [bug#74143] [PATCH] gnu: wabt: Update to 1.0.36.
@ 2024-10-31 19:40 Ashish SHUKLA via Guix-patches via
2024-11-28 8:33 ` bug#74143: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-10-31 19:40 UTC (permalink / raw)
To: 74143; +Cc: Ashish SHUKLA
* gnu/packages/web.scm (wabt): Update to 1.0.36.
Change-Id: Icbc5466b8f9780cf889cf2d9d41e25ffab415085
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 34739bf088..ea37cec424 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1694,7 +1694,7 @@ (define-public libwebsockets
(define-public wabt
(package
(name "wabt")
- (version "1.0.34")
+ (version "1.0.36")
(source
(origin
(method git-fetch)
@@ -1704,7 +1704,7 @@ (define-public wabt
(recursive? #true)))
(file-name (git-file-name name version))
(sha256
- (base32 "1vxvc34b7a7lkrmzdb5cjv0b54vhiyr33sy0i2ps5jrmg5rqqmia"))
+ (base32 "1gypy9bn2nvmfa469fi6kwsyw11j0vqkxm7givs3gidjpsy1bk0a"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "third_party/gtest/"))))
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.47.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74143: [PATCH] gnu: wabt: Update to 1.0.36.
2024-10-31 19:40 [bug#74143] [PATCH] gnu: wabt: Update to 1.0.36 Ashish SHUKLA via Guix-patches via
@ 2024-11-28 8:33 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-11-28 8:33 UTC (permalink / raw)
To: Ashish SHUKLA via Guix-patches via; +Cc: 74143-done, Ashish SHUKLA
[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/web.scm (wabt): Update to 1.0.36.
>
> Change-Id: Icbc5466b8f9780cf889cf2d9d41e25ffab415085
> ---
> gnu/packages/web.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 34739bf088..ea37cec424 100644
> --- a/gnu/packages/web.scm
> +++ b/gnu/packages/web.scm
> @@ -1694,7 +1694,7 @@ (define-public libwebsockets
> (define-public wabt
> (package
> (name "wabt")
> - (version "1.0.34")
> + (version "1.0.36")
> (source
> (origin
> (method git-fetch)
> @@ -1704,7 +1704,7 @@ (define-public wabt
> (recursive? #true)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1vxvc34b7a7lkrmzdb5cjv0b54vhiyr33sy0i2ps5jrmg5rqqmia"))
> + (base32 "1gypy9bn2nvmfa469fi6kwsyw11j0vqkxm7givs3gidjpsy1bk0a"))
> (modules '((guix build utils)))
> (snippet
> '(delete-file-recursively "third_party/gtest/"))))
>
> base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
pushed, closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-28 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 19:40 [bug#74143] [PATCH] gnu: wabt: Update to 1.0.36 Ashish SHUKLA via Guix-patches via
2024-11-28 8:33 ` bug#74143: " Zheng Junjie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.