all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74143] [PATCH] gnu: wabt: Update to 1.0.36.
@ 2024-10-31 19:40 Ashish SHUKLA via Guix-patches via
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2024-10-31 19:41 UTC | newest]

Thread overview: (only message) (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

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.