mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
7b3b9331ae
commit
a2d6416549
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue