gnu: js-es5-shim: Update to 4.5.13.
* gnu/packages/javascript.scm (js-es5-shim): Update to 4.5.13.
This commit is contained in:
parent
2209a4476e
commit
9cf60dec1d
1 changed files with 2 additions and 2 deletions
|
@ -357,7 +357,7 @@ (define-public js-selectize
|
|||
(define-public js-es5-shim
|
||||
(package
|
||||
(name "js-es5-shim")
|
||||
(version "4.5.9")
|
||||
(version "4.5.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -366,7 +366,7 @@ (define-public js-es5-shim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03kp6iinnr8ky298k3cfa5rm2ykqfry1nd65dqaywc3i3fs3h43d"))))
|
||||
"142w384fbyllq4yggv173g82lw3wix4jqcg6hkhx1ymq89vvnpmh"))))
|
||||
(build-system minify-build-system)
|
||||
(arguments `(#:javascript-files
|
||||
'("es5-sham.js"
|
||||
|
|
Loading…
Reference in a new issue