mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: node-uglify-js: Update to 3.19.3.
* gnu/packages/uglifyjs.scm (node-uglify-js): Update to 3.19.3. Change-Id: I3c221442e39fc49484122f377df79896bbb18bd9
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
(define-public node-uglify-js
|
(define-public node-uglify-js
|
||||||
(package
|
(package
|
||||||
(name "node-uglify-js")
|
(name "node-uglify-js")
|
||||||
(version "3.14.2")
|
(version "3.19.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jraqpwzga4vbgq3xcn08jcfc87pm6nik7vpxvxa4rfjvz70a6k7"))))
|
(base32 "0a3pyf6wnix7v0vdjhag3dd32l4fm2hxhxpjdgr1zfvy3m4d1hmh"))))
|
||||||
(build-system node-build-system)
|
(build-system node-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list node-acorn node-semver))
|
(list node-acorn node-semver))
|
||||||
|
|||||||
Reference in New Issue
Block a user