me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/javascript.scm (quickjs): Update to 2021-03-27.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -597,14 +597,14 @@ roots, or wrestle with obscure build systems.")
(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