[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/25: gnu: node-uglify-js: Update to 3.19.3.
From: |
guix-commits |
Subject: |
08/25: gnu: node-uglify-js: Update to 3.19.3. |
Date: |
Wed, 18 Dec 2024 16:16:55 -0500 (EST) |
jlicht pushed a commit to branch master
in repository guix.
commit a2d6416549f71b32ac9d6bcbb64d3e6c0c4a0dd7
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sat Nov 30 11:45:07 2024 +0100
gnu: node-uglify-js: Update to 3.19.3.
* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.19.3.
Change-Id: I3c221442e39fc49484122f377df79896bbb18bd9
---
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 1bd8bb6326..ba742d58c2 100644
--- a/gnu/packages/uglifyjs.scm
+++ b/gnu/packages/uglifyjs.scm
@@ -25,7 +25,7 @@
(define-public node-uglify-js
(package
(name "node-uglify-js")
- (version "3.14.2")
+ (version "3.19.3")
(source
(origin
(method git-fetch)
@@ -34,7 +34,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jraqpwzga4vbgq3xcn08jcfc87pm6nik7vpxvxa4rfjvz70a6k7"))))
+ (base32 "0a3pyf6wnix7v0vdjhag3dd32l4fm2hxhxpjdgr1zfvy3m4d1hmh"))))
(build-system node-build-system)
(native-inputs
(list node-acorn node-semver))
- branch master updated (d32a5f6eed -> 71480d609b), guix-commits, 2024/12/18
- 17/25: gnu: fmp: Use node-lts instead of node., guix-commits, 2024/12/18
- 01/25: gnu: node: Replace customized nghttp2-for-node by nghttp2., guix-commits, 2024/12/18
- 03/25: gnu: node-lts: Replace customized c-ares-for-node by c-ares., guix-commits, 2024/12/18
- 10/25: gnu: node-nan: Update to 2.22.0., guix-commits, 2024/12/18
- 11/25: gnu: node-addon-api: Update to 8.3.0., guix-commits, 2024/12/18
- 13/25: gnu: cwltool: Use node-lts instead of node., guix-commits, 2024/12/18
- 02/25: gnu: Remove nghttp2-for-node., guix-commits, 2024/12/18
- 08/25: gnu: node-uglify-js: Update to 3.19.3.,
guix-commits <=
- 06/25: gnu: llhttp-bootstrap: Update to 8.1.2., guix-commits, 2024/12/18
- 07/25: gnu: node-lts: Update to 20.18.1 [security fixes]., guix-commits, 2024/12/18
- 04/25: gnu: Remove c-ares-for-node., guix-commits, 2024/12/18
- 09/25: gnu: node-acorn: Update to 8.7.1., guix-commits, 2024/12/18
- 12/25: gnu: r-v8: Fix build with node-lts@20., guix-commits, 2024/12/18
- 21/25: gnu: ruby-execjs: Use node-lts instead of node., guix-commits, 2024/12/18
- 19/25: gnu: qtwebengine-5: Use node-lts instead of node., guix-commits, 2024/12/18
- 18/25: gnu: python-cloudscraper: Use node-lts instead of node., guix-commits, 2024/12/18
- 20/25: gnu: ruby-autoprefixer-rails: Use node-lts instead of node., guix-commits, 2024/12/18
- 25/25: gnu: Add node alias for node-lts., guix-commits, 2024/12/18