GNU bug report logs -
#78336
[PATCH] gnu: wasm-micro-runtime: Update to 2.2.0.
Previous Next
Reported by: Zheng Junjie <z572 <at> z572.online>
Date: Fri, 9 May 2025 16:05:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/web.scm (wasm-micro-runtime): Update to 2.2.0.
Change-Id: I0542e986d9ce2559e131f9b137ec30ed60dde636
---
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 b3f998aca99..652323079fd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1901,7 +1901,7 @@ (define-public wasm3
(define-public wasm-micro-runtime
(package
(name "wasm-micro-runtime")
- (version "1.2.3")
+ (version "2.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1910,7 +1910,7 @@ (define-public wasm-micro-runtime
(file-name (git-file-name "WAMR" version))
(sha256
(base32
- "1s7r8vfxixf737jp12cf7as68fd63lrmqdxj7fiqdla2wk89ly3f"))))
+ "0nhhsvy4a9al4lnxdkmyy63a7qd0x33s5wpcsdvl93kj6klzc6a6"))))
(build-system cmake-build-system)
(arguments
(list
base-commit: f348d2be2e019fcda44af8ab81073e2f04697a38
--
2.49.0
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.