me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

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