me
/
guix
Archived
1
0
Fork 0

gnu: node-uglify-js: Update to 3.14.2.

* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.14.2.
master
Jelle Licht 2023-02-08 22:05:27 +01:00
parent cfa2432ae2
commit 8b4c901ac8
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
(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 @@
(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))