3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: node: Update to 10.17.0.

* gnu/packages/node.scm (node): Update to 10.17.0.
This commit is contained in:
Marius Bakke 2019-12-05 17:14:05 +01:00
parent 9e837ea0f3
commit 703cd38656
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -45,14 +45,14 @@
(define-public node
(package
(name "node")
(version "10.16.0")
(version "10.17.0")
(source (origin
(method url-fetch)
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz"))
(sha256
(base32
"0236jlb1hxhzqjlmmlxipcycrndiq92c8434iyy7zshh3n4pzqqq"))
"13n5cvb340ba7vwm8il7bjrmpz89h6cibhk9rc3kq9ymdgbnf9j1"))
(modules '((guix build utils)))
(snippet
`(begin