gnu: node-uglify-js: Update to 3.14.2.
* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.14.2.master
parent
cfa2432ae2
commit
8b4c901ac8
|
@ -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))
|
||||
|
|
Reference in New Issue