guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: node: Downgrade to 10.20.0.


From: guix-commits
Subject: 01/02: gnu: node: Downgrade to 10.20.0.
Date: Sun, 6 Sep 2020 18:21:59 -0400 (EDT)

planglois pushed a commit to branch master
in repository guix.

commit 6b7cba0fa897e97b43e76612e3736429426f4d9d
Author: Pierre Langlois <pierre.langlois@gmx.com>
AuthorDate: Sat Sep 5 21:05:08 2020 +0100

    gnu: node: Downgrade to 10.20.0.
    
    Fixes <https://issues.guix.gnu.org/43228>.
    
    * gnu/packages/node.scm (node): Downgrade to 10.22.0.
    [inputs]: Downgrade nghttp2 to 1.40.
---
 gnu/packages/node.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index ed0b5c4..bf0e009 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -47,14 +47,14 @@
 (define-public node
   (package
     (name "node")
-    (version "10.22.0")
+    (version "10.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nodejs.org/dist/v"; version
                                   "/node-v" version ".tar.xz"))
               (sha256
                (base32
-                "1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0"))
+                "0cvjwnl0wkcsyw3kannbdv01s235wrnp11n2s6swzjx95gpichfi"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -186,7 +186,7 @@
        ("http-parser" ,http-parser)
        ("icu4c" ,icu4c)
        ("libuv" ,libuv)
-       ("nghttp2" ,nghttp2-1.41 "lib")
+       ("nghttp2" ,nghttp2 "lib")
        ("openssl" ,openssl)
        ("zlib" ,zlib)))
     (synopsis "Evented I/O for V8 JavaScript")



reply via email to

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