mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
3d3ffb30f9
commit
aa11334ab0
1 changed files with 2 additions and 2 deletions
|
@ -207,14 +207,14 @@ (define-public node
|
|||
(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)))))
|
||||
|
|
Loading…
Reference in a new issue