[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2.
From: |
jlicht |
Subject: |
[bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2. |
Date: |
Mon, 17 Apr 2023 16:51:15 +0200 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.14.2.
---
(no changes since v1)
gnu/packages/uglifyjs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/uglifyjs.scm b/gnu/packages/uglifyjs.scm
index b65d52b8df..1bd8bb6326 100644
--- a/gnu/packages/uglifyjs.scm
+++ b/gnu/packages/uglifyjs.scm
@@ -25,7 +25,7 @@ (define-module (gnu packages uglifyjs)
(define-public node-uglify-js
(package
(name "node-uglify-js")
- (version "3.13.9")
+ (version "3.14.2")
(source
(origin
(method git-fetch)
@@ -34,7 +34,7 @@ (define-public node-uglify-js
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0q1f91xwwm829cl5v727d4qkxy4yh7wri3pgl89f0m3a4y1n7hi4"))))
+ (base32 "1jraqpwzga4vbgq3xcn08jcfc87pm6nik7vpxvxa4rfjvz70a6k7"))))
(build-system node-build-system)
(native-inputs
(list node-acorn node-semver))
--
2.39.2
- [bug#59188] [PATCH v7 00/20] Updating node-lts to 18.X, jlicht, 2023/04/17
- [bug#59188] [PATCH v7 02/20] gnu: node-acorn: Disable tests., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 01/20] build-system: node: Use `--install-links' with `npm install'., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 03/20] gnu: node-acorn: Remove lifecycle script., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 13/20] gnu: node-uglify-js: Update to 3.14.2.,
jlicht <=
- [bug#59188] [PATCH v7 04/20] gnu: node-acorn: Fix broken transpilation., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 06/20] gnu: node-crx3: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 11/20] gnu: node-ieee754: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 08/20] gnu: node-pbf: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 09/20] gnu: node-protocol-buffers-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 10/20] gnu: node-resolve-protobuf-schema: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 17/20] gnu: libuv-for-node: Update to 1.44.2., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 12/20] gnu: node-yazl: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 07/20] gnu: node-minimist: Ignore development dependencies., jlicht, 2023/04/17
- [bug#59188] [PATCH v7 14/20] gnu: node-serialport: Avoid gyp rebuilds., jlicht, 2023/04/17