summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotEvil2023-11-12 12:28:59 +0100
committernotEvil2023-11-12 12:28:59 +0100
commite817b5ae33e0f79874b5c6fd6b315142eb438642 (patch)
tree6ec3d8fa3eb51ae2948e340b99b7ddd3e23854a4
parent46e9853ddcd78b092477a4d2b4acfa2441b2d6a1 (diff)
downloadaur-e817b5ae33e0f79874b5c6fd6b315142eb438642.tar.gz
Updated to version 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e51bd38664c..34d9e7dd21dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bokeh
pkgdesc = Interactive Web Plotting for Python
- pkgver = 3.3.0
+ pkgver = 3.3.1
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.0.tar.gz
- sha256sums = cdbe268f842c139ba8fa0fb43c0c55c172c8215ec5a69a2629482c63c9d4039c
+ source = https://pypi.io/packages/source/b/bokeh/bokeh-3.3.1.tar.gz
+ sha256sums = 2a7b3702d7e9f03ef4cd801b02b7380196c70cff2773859bcb84fa565218955c
pkgname = python-bokeh
diff --git a/PKGBUILD b/PKGBUILD
index d133561253ba..a9dddbd10112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Excitable Snowball <excitablesnowball@gmail.com>
pkgname=python-bokeh
-pkgver=3.3.0
+pkgver=3.3.1
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=(
- 'cdbe268f842c139ba8fa0fb43c0c55c172c8215ec5a69a2629482c63c9d4039c'
+ '2a7b3702d7e9f03ef4cd801b02b7380196c70cff2773859bcb84fa565218955c'
)
depends=('python-jinja'
'python-contourpy'