3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/javascript.scm (quickjs): Update to 2021-03-27.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-30 23:05:45 +02:00
parent e8aa983cd0
commit c9b852a990
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -597,14 +597,14 @@ roots, or wrestle with obscure build systems.")
(define-public quickjs
(package
(name "quickjs")
(version "2020-11-08")
(version "2021-03-27")
(source (origin
(method url-fetch)
(uri (string-append "https://bellard.org/quickjs/quickjs-"
version ".tar.xz"))
(sha256
(base32
"0yqqcjxi3cqagw184mqrxpvqg486x7c233r3cp9mxachngd6779f"))))
"06pywwpmfwjz225h59wf90q96a2fd66qfcw5xa6m6y9k9k7glnx4"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags