mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: node-uglify-js: Update to 3.14.2.
* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.14.2.
This commit is contained in:
parent
cfa2432ae2
commit
8b4c901ac8
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue