gnu: node: Update to 9.9.0.

* gnu/packages/node.scm (node): Update to 9.9.0.
This commit is contained in:
Jelle Licht 2018-03-22 18:24:57 +01:00
parent 5e56dfadba
commit 282e48eae9
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
(define-public node (define-public node
(package (package
(name "node") (name "node")
(version "9.8.0") (version "9.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://nodejs.org/dist/v" version (uri (string-append "http://nodejs.org/dist/v" version
"/node-v" version ".tar.gz")) "/node-v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mjr1rm5w26c0yb4zq6z5yv3zbvqk18lwbswhwn1sha8hapinjp8")) "1nmbbrdxnl02wrnp0cv92wpz44raznm7xrjlwv9627bwphrcyx77"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin