From 79dfe6bed59edbc9d8559446d0773720b6a5c913 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 31 Oct 2024 20:40:28 +0100 Subject: 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 --- 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 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/")))) -- cgit v1.2.3