unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: node: Update to 7.8.0.
@ 2017-03-30 14:03 Jelle Licht
  2017-03-31 16:16 ` Danny Milosavljevic
  0 siblings, 1 reply; 3+ messages in thread
From: Jelle Licht @ 2017-03-30 14:03 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 112 bytes --]

Hi,

Attached you will find a (simple) patch to update Node.js to the latest
released version.

Regards,
jlicht

[-- Attachment #1.2: Type: text/html, Size: 187 bytes --]

[-- Attachment #2: 0001-gnu-node-Update-to-7.8.0.patch --]
[-- Type: text/x-patch, Size: 1573 bytes --]

From fe46d754e61c776e46d59f72f5fc2bed5a0a177e Mon Sep 17 00:00:00 2001
From: Jelle Licht <jlicht@fsfe.org>
Date: Thu, 30 Mar 2017 15:57:59 +0200
Subject: [PATCH] gnu: node: Update to 7.8.0.

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

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 2df7816b59..ed8e7338bf 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -38,14 +38,14 @@
 (define-public node
   (package
     (name "node")
-    (version "6.8.0")
+    (version "7.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "0lj3250hglz4w5ic4svd7wlg2r3qc49hnasvbva1v69l8yvx98m8"))
+                "1nkngdjbsm81nn3v0w0c2aqx9nb7mwy3z49ynq4wwcrzfr9ap8ka"))
               ;; https://github.com/nodejs/node/pull/9077
               (patches (search-patches "node-9077.patch"))))
     (build-system gnu-build-system)
@@ -62,6 +62,7 @@
              ;; Fix hardcoded /bin/sh references.
              (substitute* '("lib/child_process.js"
                             "lib/internal/v8_prof_polyfill.js"
+                            "test/parallel/test-child-process-spawnsync-shell.js"
                             "test/parallel/test-stdio-closed.js")
                (("'/bin/sh'")
                 (string-append "'" (which "sh") "'")))
-- 
2.11.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: node: Update to 7.8.0.
  2017-03-30 14:03 [PATCH] gnu: node: Update to 7.8.0 Jelle Licht
@ 2017-03-31 16:16 ` Danny Milosavljevic
       [not found]   ` <CAPsKtfJxQa8q5GT-1qqgdmVVJ4=ii_ofKCu3hSFeEAEqbKGj2w@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2017-03-31 16:16 UTC (permalink / raw)
  To: Jelle Licht; +Cc: guix-devel

Pushed to master as 3346add16a6cbc2027bc14b7fa011cfa1b7bc815.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: node: Update to 7.8.0.
       [not found]   ` <CAPsKtfJxQa8q5GT-1qqgdmVVJ4=ii_ofKCu3hSFeEAEqbKGj2w@mail.gmail.com>
@ 2017-04-17 13:04     ` Danny Milosavljevic
  0 siblings, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2017-04-17 13:04 UTC (permalink / raw)
  To: Jelle Licht, guix-devel

Hi Jelle,

since the node build seems to fail by timeout quite often I pushed the update of node to 7.8.0 to master as 3759deaba1413270e623be7b56b7a4b3856fb6e8 and added a timeout of 1 h.  We might need to increase it some more later, let's see.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-17 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 14:03 [PATCH] gnu: node: Update to 7.8.0 Jelle Licht
2017-03-31 16:16 ` Danny Milosavljevic
     [not found]   ` <CAPsKtfJxQa8q5GT-1qqgdmVVJ4=ii_ofKCu3hSFeEAEqbKGj2w@mail.gmail.com>
2017-04-17 13:04     ` Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).