[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: js-selectize: Update to 0.12.6.
From: |
guix-commits |
Subject: |
05/10: gnu: js-selectize: Update to 0.12.6. |
Date: |
Sun, 8 Sep 2019 12:04:07 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 3500cb58f86b3966b9bca446f6d51498d112390d
Author: Efraim Flashner <address@hidden>
Date: Sun Sep 8 16:03:41 2019 +0300
gnu: js-selectize: Update to 0.12.6.
* gnu/packages/javascript.scm (js-selectize): Update to 0.12.6.
---
gnu/packages/javascript.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index ed338c7..3b10442 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -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/")
- branch master updated (ccdfae3 -> 97f6004), guix-commits, 2019/09/08
- 01/10: gnu: js-html5shiv: Don't use unstable tarball., guix-commits, 2019/09/08
- 02/10: gnu: js-strftime: Don't use unstable tarball., guix-commits, 2019/09/08
- 05/10: gnu: js-selectize: Update to 0.12.6.,
guix-commits <=
- 06/10: gnu: js-es5-shim: Don't use unstable tarball., guix-commits, 2019/09/08
- 03/10: gnu: js-highlight: Don't use unstable tarball., guix-commits, 2019/09/08
- 07/10: gnu: js-es5-shim: Update to 4.5.13., guix-commits, 2019/09/08
- 04/10: gnu: js-selectize: Don't use unstable tarball., guix-commits, 2019/09/08
- 08/10: gnu: js-filesaver: Don't use unstable tarball., guix-commits, 2019/09/08
- 10/10: gnu: js-respond: Don't use unstable-tarball., guix-commits, 2019/09/08
- 09/10: gnu: js-respond: Use minify-build-system., guix-commits, 2019/09/08