parent
29bdabb6fd
commit
e6010e8920
|
@ -866,7 +866,7 @@ for efficient socket-like bidirectional reliable communication channels.")
|
||||||
(define-public wabt
|
(define-public wabt
|
||||||
(package
|
(package
|
||||||
(name "wabt")
|
(name "wabt")
|
||||||
(version "1.0.11")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -875,7 +875,7 @@ for efficient socket-like bidirectional reliable communication channels.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hn88vlqyclpk79v3wg3lrssd9vwhjdgvb41g03jqakygxxgnmp5"))))
|
(base32 "1zlv3740wkqj4mn6sr84h0x6wk2lcp4pwwmqsh5yyqp1j1glbsa0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_TESTS=OFF")
|
`(#:configure-flags '("-DBUILD_TESTS=OFF")
|
||||||
|
|
Reference in New Issue