python-plotnine: auto updated to 0.12.3-1

This commit is contained in:
BioArchLinuxBot 2023-09-02 00:02:17 +00:00
parent 4ecc27fd14
commit 3fb29576a1

View file

@ -2,7 +2,7 @@
pkgname='python-plotnine'
_module=${pkgname#python-}
pkgver=0.12.2
pkgver=0.12.3
pkgrel=1
pkgdesc="A Grammar of Graphics for Python"
arch=('x86_64')
@ -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=('f6a8878f8a7d44ba6644785efc9d1e18ac17abc1dd3815fd88015105d9ef99d6')
sha256sums=('a38dcb3607fc003c1e59ae0c9d535dae7817650d1cbc2e56e56e5b3de88dfe99')
build() {
cd "${srcdir}/${_module}-${pkgver}"