Date: Monday, July 4, 2022 @ 21:50:37 Author: arojas Revision: 1244023
upgpkg: python-networkx 2.8.4-1: Update to 2.8.4 Modified: python-networkx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-04 21:47:22 UTC (rev 1244022) +++ PKGBUILD 2022-07-04 21:50:37 UTC (rev 1244023) @@ -2,7 +2,7 @@ # Contributor: Clément DEMOULINS <[email protected]> pkgname=python-networkx -pkgver=2.7.1 +pkgver=2.8.4 pkgrel=1 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.' arch=('any') @@ -16,7 +16,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-lxml' 'python-pydot' 'python-yaml') source=("https://github.com/networkx/networkx/archive/networkx-$pkgver.tar.gz") -sha512sums=('71b233c74aea61aa07a0898e72aaedbb3bedb5f25c9e9ee3a62ff639ccf932e238a6650bf0d88f7b6d28d9952df02b522fc8db9fe855c58c39fce6e709040966') +sha512sums=('fb225f012b674dad254cf089ec5a7e67fd7e0b14d48cba281d11a5427f41db376f96ab2f52f93ce2d7c37183329e3a05bdfb907b12c51c93dbd81298b031caac') build() { cd networkx-networkx-$pkgver
