[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: node@10.22: Update to 10.22.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: node@10.22: Update to 10.22.1. |
Date: |
Tue, 17 Nov 2020 13:29:33 -0500 |
This is an automated email from the git hooks/post-receive script.
jonsger pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new aa11334 gnu: node@10.22: Update to 10.22.1.
aa11334 is described below
commit aa11334ab0e16d5625d5b1f2158b67c9663c4513
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Tue Nov 17 19:27:19 2020 +0100
gnu: node@10.22: Update to 10.22.1.
* gnu/packages/node.scm (node-10.22): Update to 10.22.1.
---
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 f0b989b..f04e39b 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -207,14 +207,14 @@ devices.")
(define-public node-10.22
(package
(inherit node)
- (version "10.22.0")
+ (version "10.22.1")
(source (origin
(inherit (package-source node))
(uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz"))
(sha256
(base32
- "1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0"))))
+ "0pr569qiabr4m7k38s7rwi3iyzrc5jmx19z2z0k7n4xfvhjlfzzl"))))
(inputs
(alist-replace "nghttp2" (list nghttp2-1.41 "lib")
(package-inputs node)))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: node@10.22: Update to 10.22.1.,
guix-commits <=