diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-10-31 20:40:28 +0100 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-28 14:12:14 +0800 |
commit | 79dfe6bed59edbc9d8559446d0773720b6a5c913 (patch) | |
tree | ad8a08c9e9f4612513a9f71d07aa801052160648 | |
parent | dd4b96e72c8fda4b025a75b47212e06e381e9ea1 (diff) | |
download | guix-79dfe6bed59edbc9d8559446d0773720b6a5c913.tar.gz guix-79dfe6bed59edbc9d8559446d0773720b6a5c913.zip |
gnu: wabt: Update to 1.0.36.
* gnu/packages/web.scm (wabt): Update to 1.0.36.
Change-Id: Icbc5466b8f9780cf889cf2d9d41e25ffab415085
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d53815eadb..23cf9dd3a7 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1694,7 +1694,7 @@ for efficient socket-like bidirectional reliable communication channels.") (define-public wabt (package (name "wabt") - (version "1.0.34") + (version "1.0.36") (source (origin (method git-fetch) @@ -1704,7 +1704,7 @@ for efficient socket-like bidirectional reliable communication channels.") (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/")))) |