Archived
1
0
Fork 0

gnu: node@10.22: Update to 10.22.1.

* gnu/packages/node.scm (node-10.22): Update to 10.22.1.
This commit is contained in:
Jonathan Brielmaier 2020-11-17 19:27:19 +01:00
parent 3d3ffb30f9
commit aa11334ab0
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -207,14 +207,14 @@ devices.")
(define-public node-10.22 (define-public node-10.22
(package (package
(inherit node) (inherit node)
(version "10.22.0") (version "10.22.1")
(source (origin (source (origin
(inherit (package-source node)) (inherit (package-source node))
(uri (string-append "https://nodejs.org/dist/v" version (uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.xz")) "/node-v" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0")))) "0pr569qiabr4m7k38s7rwi3iyzrc5jmx19z2z0k7n4xfvhjlfzzl"))))
(inputs (inputs
(alist-replace "nghttp2" (list nghttp2-1.41 "lib") (alist-replace "nghttp2" (list nghttp2-1.41 "lib")
(package-inputs node))))) (package-inputs node)))))