[PATCH] gnu: wabt: Update to 1.0.36.

  • Open
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • Nicolas Graves
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal
A
A
Ashish SHUKLA wrote 5 days ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
e2e42a10eab4e25662462c5187311b54d0971cb1.1730403628.git.ashish.is@lostca.se
* 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(-)

Toggle diff (26 lines)
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
N
N
Nicolas Graves wrote 36 hours ago
tag 74143 easy
(address . control@debbugs.gnu.org)
871pzsnj99.fsf@ngraves.fr
tags 74143 + easy
quit

--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

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

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