gnu: node: Update to 10.24.0 [security fixes].

* gnu/packages/node.scm (node): Update to 10.24.0.
This commit is contained in:
Léo Le Bouter 2021-03-01 06:02:28 +01:00
parent 9be83f28c0
commit d0a0215cda
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6

View File

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