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 c47fca3a5a9a..02f38d687365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-altair
_pyname=altair
pkgname=('python-altair')
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
pkgdesc="Declarative statistical visualization library for Python"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(python-build python-installer python-wheel python-hatchling)
optdepends=('python-selenium: png and svg export support'
'python-vl-convert: png and svg export support via vega-lite specs')
source=("${_pyname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz")
-sha256sums=('ad6cd6983c8db69a34dd68e42653f6172b7fc3775b7190005107f1b4fc60d64d')
+sha256sums=('e5f52a71853a607c61ce93ad4a414b3d486cd0d46ac597a24ae8bd1ac99dd460')
build() {