summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-10-23 14:12:36 -0400
committerGuillaume Horel2023-10-23 14:12:36 -0400
commit6c67c0aba4c1b64da4a8889319908fbc53844d2c (patch)
tree2df94e3d0f0e12d1fc93823e2f82633f258c46e7
parentc8953e330cf6d88b7f10935f2b31068249b4fea2 (diff)
downloadaur-6c67c0aba4c1b64da4a8889319908fbc53844d2c.tar.gz
bump to 2.14.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35539020ed17..23ad20e54117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=2.3.1
+pkgver=2.14.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
provides=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
conflicts=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('07f59e2ebec62c9123a8d8ccfd9c57c73095080b5cbfb3bb44f27ce0b228b4ef')
+sha256sums=('bd28be70be24ae1d1f764b8217a03da35e9ed895406686d24dfb6ed4e331e5a9')
build(){
cd "$_pkgname-$pkgver"