[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH v2 11/24] gnu: node-addon-api: Update to 8.3.0.
From: |
jlicht |
Subject: |
[bug#74187] [PATCH v2 11/24] gnu: node-addon-api: Update to 8.3.0. |
Date: |
Wed, 4 Dec 2024 08:49:33 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-addon-api): Update to 8.3.0.
[arguments]<#:phases>: Delete additional optional dependencies in
'delete-dependencies' phase.
Change-Id: I86c6b026980aea02a20f889bc7f92ea3a304e674
---
gnu/packages/node-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index a8f6a273fa..e98eda2a01 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -114,7 +114,7 @@ (define-public node-acorn
(define-public node-addon-api
(package
(name "node-addon-api")
- (version "4.2.0")
+ (version "8.3.0")
(source
(origin
(method git-fetch)
@@ -123,7 +123,7 @@ (define-public node-addon-api
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1bhvfi2m9nxfz418s619914vmidcnrzbjv6l9nid476c3zlpazch"))))
+ (base32 "1swvhdss2w636l24bnssnwb1rqh7i6lhpkk4knbrvpspqf80kagc"))))
(inputs
(list python node-safe-buffer))
(build-system node-build-system)
@@ -148,8 +148,10 @@ (define-public node-addon-api
"eslint-plugin-node"
"eslint-plugin-promise"
"fs-extra"
+ "neostandard"
"path"
- "pre-commit"))))
+ "pre-commit"
+ "semver"))))
(add-after 'unpack 'skip-js-tests
;; We can't run the js-based tests,
;; but we can still do the C++ parts
--
2.46.0
- [bug#74187] [PATCH v2 01/24] gnu: node: Replace customized nghttp2-for-node by nghttp2., (continued)
- [bug#74187] [PATCH v2 01/24] gnu: node: Replace customized nghttp2-for-node by nghttp2., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 09/24] gnu: node-acorn: Update to 8.7.1., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 10/24] gnu: node-nan: Update to 2.22.0., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 06/24] gnu: llhttp-bootstrap: Update to 8.1.2., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 04/24] gnu: Remove c-ares-for-node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 20/24] gnu: ruby-autoprefixer-rails: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 02/24] gnu: Remove nghttp2-for-node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 22/24] gnu: vlang: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 05/24] gnu: Add libuv-for-node-lts., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 14/24] gnu: python-cwl-utils: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 11/24] gnu: node-addon-api: Update to 8.3.0.,
jlicht <=
- [bug#74187] [PATCH v2 07/24] gnu: node-lts: Update to 20.18.1 [security fixes]., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-for-node by c-ares., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 12/24] gnu: r-v8: Fix build with node-lts@20., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 15/24] gnu: ocaml-ezjsonm: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 13/24] gnu: cwltool: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 08/24] gnu: node-uglify-js: Update to 3.19.3., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 18/24] gnu: python-cloudscraper: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 23/24] gnu: esbuild-node: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 21/24] gnu: ruby-execjs: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 24/24] gnu: node: Rename variable node-bootstrap and hide package., jlicht, 2024/12/04