gnu: node: Update to 10.24.1 for bootstrapping.

* gnu/packages/node.scm (node): Update to 10.24.1.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Philip McGrath 2021-12-16 21:02:42 -05:00 committed by Liliana Marie Prikler
parent 2d6d881eb3
commit 3179e32eb9
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -58,14 +58,14 @@
(define-public node
(package
(name "node")
(version "10.24.0")
(version "10.24.1")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz"))
(sha256
(base32
"1k1srdis23782hnd1ymgczs78x9gqhv77v0am7yb54gqcspp70hm"))
"032801kg24j04xmf09m0vxzlcz86sv21s24lv9l4cfv08k1c4byp"))
(modules '((guix build utils)))
(snippet
`(begin