guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

93/94: gnu: node: Update to 10.17.0.


From: guix-commits
Subject: 93/94: gnu: node: Update to 10.17.0.
Date: Thu, 5 Dec 2019 12:15:42 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 703cd3865698dcce04b6edebdcdc6d68c62d9225
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 5 17:14:05 2019 +0100

    gnu: node: Update to 10.17.0.
    
    * gnu/packages/node.scm (node): Update to 10.17.0.
---
 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 83427d9..753d2cc 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]