Skip to content
Snippets Groups Projects
Unverified Commit c9b852a9 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: quickjs: Update to 2021-03-27.

* gnu/packages/javascript.scm (quickjs): Update to 2021-03-27.
parent e8aa983c
No related branches found
No related tags found
No related merge requests found
...@@ -597,14 +597,14 @@ (define-public mujs ...@@ -597,14 +597,14 @@ (define-public mujs
(define-public quickjs (define-public quickjs
(package (package
(name "quickjs") (name "quickjs")
(version "2020-11-08") (version "2021-03-27")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://bellard.org/quickjs/quickjs-" (uri (string-append "https://bellard.org/quickjs/quickjs-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0yqqcjxi3cqagw184mqrxpvqg486x7c233r3cp9mxachngd6779f")))) "06pywwpmfwjz225h59wf90q96a2fd66qfcw5xa6m6y9k9k7glnx4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment