summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 055ced49abc4..493ea5dd8e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgname=('python-altair')
depends=('python' 'python-entrypoints' 'python-jinja' 'python-jsonschema' 'python-numpy' 'python-pandas' 'python-toolz')
makedepends=('python-setuptools')
optdepends=('python-selenium: png and svg export support')
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="Declarative statistical visualization library for Python"
arch=('any')
url="https://altair-viz.github.io/"
license=('MIT')
source=("${_pyname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz")
-sha256sums=('d31270c82ce5e37b25fc3bc4e990dc6ac593620a2be0c8c075f297409a92af90')
+sha256sums=('3edd30d4f4bb0a37278b72578e7e60bc72045a8e6704179e2f4738e35bc12931')
build () {