[PATCH] gnu: quickjs: Update to 2020-11-08.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20201115205747.8565-1-rprior@protonmail.com
* gnu/packages/javascript.scm (quickjs): Update to 2020-11-08.
---
gnu/packages/javascript.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 0e61cf10ff..669951f741 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -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
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 44667-done@debbugs.gnu.org)
20201116081542.GI987@E5400
Thanks! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+yNS4ACgkQQarn3Mo9
g1EZLBAAnUbvBcziXr+oRmK1SDvhre19G3w3BYrLs6cf5Q4JLfCrVi7ol1l/Pki2
NmSzD05v6jhku7och83umz8PT/e5JGpVTiSJ+wQ3CVhndpbc8pWd0icT6jlyi1aW
LCALoHiOLxmFmWmXKT+oz2IORV9OaRFaWVHBqRZmCJ2n4rCvrnD+32GVq1AOJhBi
LO8aBMLNMsOpdlq9Mih+79pdHPnDZLtBGASMUt/fcQOHfV4YJs9ueFokTPlk7tnu
4rzvOTOMI6UBuDj27jlVr0UWe9qxKWOSGXYbtSP/wDtkCwvLVmSuy7qHZvkwFtc4
y5oE6yN51kzxxdW/tH8RP6CG3tS1LbPq/1yXLRUNeTjTUGgkC0Wo2Tg6ndDnjj7p
INxNuoOxOyuLNRoxb113R9+Bw+emaxD6G+3X9731kpbCG+BYax0sJ37pDiBuDDaL
Ah5hY1I2yuA32eRSHew9T5cDyKYQ47iQjNIus7tw2VKP83EmdCxZD3gCFqhhSEaX
IPzeoTiMQK3X2hdCvjqerQXqCD9USWgKIkDI926I8vUZJryX6u+rYNeCMdhjIOi0
zmwfkoeR+oHTubd+PJwNb+8x7gZy8+6+iR8BZ3LhfB89Hsbi6qC3CppxsX5TZVmd
ZSukYOm+XlxdfJ2i/At6M0iGaRdPlcXNdP1UthR0UON8BQkx+i4=
=mDSk
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44667@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44667
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help