[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH v2 09/24] gnu: node-acorn: Update to 8.7.1.
From: |
jlicht |
Subject: |
[bug#74187] [PATCH v2 09/24] gnu: node-acorn: Update to 8.7.1. |
Date: |
Wed, 4 Dec 2024 08:49:31 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node-xyz.scm (node-acorn): Update to 8.7.1.
Change-Id: Ie962b9c980f8e14bf0ccce046497bda87108dffc
---
gnu/packages/node-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index cf6f50e3ce..0e539db4e5 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -40,7 +40,7 @@ (define-module (gnu packages node-xyz)
(define-public node-acorn
(package
(name "node-acorn")
- (version "8.4.1")
+ (version "8.7.1")
(source
(origin
(method git-fetch)
@@ -49,7 +49,7 @@ (define-public node-acorn
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa"))))
+ (base32 "10lpqbq4wvndx13mh7yjqgpcp3ac81b9zmrn4qb1qpzgy462fa92"))))
(build-system node-build-system)
(arguments
'(#:tests? #f
--
2.46.0
- [bug#74187] [PATCH v2 00/24] Bumping node to 20.18.0 and beyond, jlicht, 2024/12/04
- [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 <=
- [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, 2024/12/04
- [bug#74187] [PATCH v2 07/24] gnu: node-lts: Update to 20.18.1 [security fixes]., jlicht, 2024/12/04