summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornotEvil2024-01-27 12:33:19 +0100
committernotEvil2024-01-27 12:33:19 +0100
commit15f3ece610f66c283f14b00f9ed82a1991d26371 (patch)
tree39daaf8e2b31e0949c7d265f68960937f6ad1f41 /PKGBUILD
parent7407c85386aa9a343f90ec1eb91d7517fe00b390 (diff)
downloadaur-15f3ece610f66c283f14b00f9ed82a1991d26371.tar.gz
Updated to version 3.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d47f7c6badcc..e84f7188ea80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Excitable Snowball <excitablesnowball@gmail.com>
pkgname=python-bokeh
-pkgver=3.3.3
+pkgver=3.3.4
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=(
- '6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3'
+ '73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368'
)
depends=('python-jinja'
'python-contourpy'