gnu: js-selectize: Update to 0.12.6.

* gnu/packages/javascript.scm (js-selectize): Update to 0.12.6.
This commit is contained in:
Efraim Flashner 2019-09-08 16:03:41 +03:00
parent 4151447897
commit 3500cb58f8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ HTML tables with minimal effort.")
(define-public js-selectize
(package
(name "js-selectize")
(version "0.12.4")
(version "0.12.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -344,7 +344,7 @@ HTML tables with minimal effort.")
(file-name (git-file-name name version))
(sha256
(base32
"1l6gdl9v9z0xb1yl81ssaqm067imjbxwbpa76nd0cyrx0jskih22"))))
"15gichl8wi6yxag2ps723nxrgyan15976dzsnvw9h9py8sbyyzjn"))))
(build-system minify-build-system)
(arguments `(#:javascript-files '("src/selectize.js")))
(home-page "http://selectize.github.io/selectize.js/")