me
/
guix
Archived
1
0
Fork 0

gnu: node: Update to 10.17.0.

* gnu/packages/node.scm (node): Update to 10.17.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -45,14 +45,14 @@
(define-public node (define-public node
(package (package
(name "node") (name "node")
(version "10.16.0") (version "10.17.0")
(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
"0236jlb1hxhzqjlmmlxipcycrndiq92c8434iyy7zshh3n4pzqqq")) "13n5cvb340ba7vwm8il7bjrmpz89h6cibhk9rc3kq9ymdgbnf9j1"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin