summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotEvil2023-07-24 20:43:58 +0200
committernotEvil2023-07-24 20:43:58 +0200
commitd16af7f80aca691774ded58bc7c86f47b81fe205 (patch)
tree4631676605a8ff24b4c6e6878468028ba4f51e3e
parenta60762bfb12b744682f38df0f76064eb90512a92 (diff)
downloadaur-d16af7f80aca691774ded58bc7c86f47b81fe205.tar.gz
Updated to version 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 100657a760f2..0ec8d60dd33c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bokeh
pkgdesc = Interactive Web Plotting for Python
- pkgver = 3.2.0
+ pkgver = 3.2.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.2.0.tar.gz
- sha256sums = cdb3a8c3109d8d91a2814f4cddea045c14d049021f7fb6ce2a6b2c15e224bb17
+ source = https://pypi.io/packages/source/b/bokeh/bokeh-3.2.1.tar.gz
+ sha256sums = 2371e9a08fd60766879ee8607a4ae54267acfed1e5dee0cc6a20d8348e02e814
pkgname = python-bokeh
diff --git a/PKGBUILD b/PKGBUILD
index b6c39c07feee..5f34a9f440f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Excitable Snowball <excitablesnowball@gmail.com>
pkgname=python-bokeh
-pkgver=3.2.0
+pkgver=3.2.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=(
- 'cdb3a8c3109d8d91a2814f4cddea045c14d049021f7fb6ce2a6b2c15e224bb17'
+ '2371e9a08fd60766879ee8607a4ae54267acfed1e5dee0cc6a20d8348e02e814'
)
depends=('python-jinja'
'python-contourpy'