summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotEvil2024-01-08 21:06:07 +0100
committernotEvil2024-01-08 21:06:07 +0100
commit7407c85386aa9a343f90ec1eb91d7517fe00b390 (patch)
tree7cfb87416468836ee42ab064cb2912fb892e47fe
parentea5431559c7dc81a6f4fafab54d133b2159239ae (diff)
downloadaur-7407c85386aa9a343f90ec1eb91d7517fe00b390.tar.gz
Updated to version 3.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 827cbd2e7b1c..d7f07383f23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bokeh
pkgdesc = Interactive Web Plotting for Python
- pkgver = 3.3.2
+ pkgver = 3.3.3
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.2.tar.gz
- sha256sums = ae180f86f776525f7eb81673a1f27e0eb56887d733771662c512ec0d82a433f5
+ source = https://pypi.io/packages/source/b/bokeh/bokeh-3.3.3.tar.gz
+ sha256sums = 6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3
pkgname = python-bokeh
diff --git a/PKGBUILD b/PKGBUILD
index 65b0b81135e3..d47f7c6badcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Excitable Snowball <excitablesnowball@gmail.com>
pkgname=python-bokeh
-pkgver=3.3.2
+pkgver=3.3.3
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=(
- 'ae180f86f776525f7eb81673a1f27e0eb56887d733771662c512ec0d82a433f5'
+ '6ece6f00263f2d2043a24eaf9db75a6f860efc8a1f96df663186fe3eb2692dd3'
)
depends=('python-jinja'
'python-contourpy'