me
/
guix
Archived
1
0
Fork 0

gnu: quickjs: Update to 2020-11-08.

* gnu/packages/javascript.scm (quickjs): Update to 2020-11-08.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Ryan Prior 2020-11-15 20:57:50 +00:00 committed by Efraim Flashner
parent b21ff78aa8
commit 8ebfa60d93
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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