summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotEvil2024-01-27 12:33:19 +0100
committernotEvil2024-01-27 12:33:19 +0100
commit15f3ece610f66c283f14b00f9ed82a1991d26371 (patch)
tree39daaf8e2b31e0949c7d265f68960937f6ad1f41
parent7407c85386aa9a343f90ec1eb91d7517fe00b390 (diff)
downloadaur-15f3ece610f66c283f14b00f9ed82a1991d26371.tar.gz
Updated to version 3.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7f07383f23e..f8f612ae21c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bokeh
pkgdesc = Interactive Web Plotting for Python
- pkgver = 3.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = http://bokeh.pydata.org/
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-bokeh
optdepends = python-psutil: detailed memory logging
optdepends = python-networkx: plot directly from NetworkX data
optdepends = python-sphinx: support sphinx documentation
- source = https://pypi.io/packages/source/b/bokeh/bokeh-3.3.3.tar.gz
- sha256sums = 6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3
+ source = https://pypi.io/packages/source/b/bokeh/bokeh-3.3.4.tar.gz
+ sha256sums = 73b7982dc2b8df15bf660cdddc8d3825e829195c438015a5d09824f1a7028368
pkgname = python-bokeh
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'