summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2022-04-04 10:57:51 -0400
committerGuillaume Horel2022-04-04 10:57:51 -0400
commitc8953e330cf6d88b7f10935f2b31068249b4fea2 (patch)
tree8d470a50fdfef8dd4cd927a10bf15058b41007a5 /PKGBUILD
parentdcb4b861a0e11938d3c77d3af6133199e6978327 (diff)
downloadaur-c8953e330cf6d88b7f10935f2b31068249b4fea2.tar.gz
bump to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3be9e3190bd0..35539020ed17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=2.2.0
+pkgver=2.3.1
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=('e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c')
+sha256sums=('07f59e2ebec62c9123a8d8ccfd9c57c73095080b5cbfb3bb44f27ce0b228b4ef')
build(){
cd "$_pkgname-$pkgver"