From 120df734c78303dfa0472a8199944b84cb463e0a Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Thu, 2 Jan 2025 12:05:34 +0000 Subject: [PATCH] python-plotnine: auto updated to 0.14.5-1 --- BioArchLinux/python-plotnine/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"