summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornotEvil2024-03-15 07:38:07 +0100
committernotEvil2024-03-15 07:38:07 +0100
commitfd482d4ab24c3f76c6af723f082045a5aab63baf (patch)
tree4c57de15a7fbdb36baf1191c8e904a144b25b5de /PKGBUILD
parent15f3ece610f66c283f14b00f9ed82a1991d26371 (diff)
downloadaur-python-bokeh.tar.gz
Updated to version 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e84f7188ea80..7805f7add17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Excitable Snowball <excitablesnowball@gmail.com>
pkgname=python-bokeh
-pkgver=3.3.4
+pkgver=3.4.0
pkgrel=1
pkgdesc='Interactive Web Plotting for Python'
arch=('any')
@@ -12,7 +12,7 @@ source=(
"https://pypi.io/packages/source/b/bokeh/bokeh-$pkgver.tar.gz"
)
sha256sums=(
- '73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368'
+ '9ea6bc407b5e7d04ba7a2f07d8f00e8b6ffe02c2368e707f41bb362a9928569a'
)
depends=('python-jinja'
'python-contourpy'