python-plotnine: auto updated to 0.14.5-1

This commit is contained in:
BioArchLinuxBot 2025-01-02 12:05:34 +00:00
parent 266bd38cd4
commit 120df734c7

View file

@ -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}"