diff --git a/BioArchLinux/python-plotnine/PKGBUILD b/BioArchLinux/python-plotnine/PKGBUILD index c9c65886b1..91e4e67437 100644 --- a/BioArchLinux/python-plotnine/PKGBUILD +++ b/BioArchLinux/python-plotnine/PKGBUILD @@ -2,8 +2,8 @@ pkgname='python-plotnine' _module=${pkgname#python-} -pkgver=0.14.4 -pkgrel=2 +pkgver=0.14.5 +pkgrel=1 pkgdesc="A Grammar of Graphics for Python" arch=('x86_64') url="https://plotnine.readthedocs.io/en/stable" @@ -21,7 +21,7 @@ depends=(python makedepends=(python-build python-installer) source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-$pkgver.tar.gz") -sha256sums=('634d7168bf6f5c97e810083718aaa4330fb10f32e0e3828746a678cbd461305a') +sha256sums=('9e75969e8e10d8d770a4be36d10e075cc10b88ca6fcc99e36ada53436fb5653f') build() { cd "${srcdir}/${_module}-${pkgver}"