[arch-commits] Commit in python-networkx/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jul 27 05:15:02 UTC 2021
Date: Tuesday, July 27, 2021 @ 05:15:02
Author: felixonmars
Revision: 986455
upgpkg: python-networkx 2.6.2-1
Modified:
python-networkx/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 05:12:42 UTC (rev 986454)
+++ PKGBUILD 2021-07-27 05:15:02 UTC (rev 986455)
@@ -2,7 +2,7 @@
# Contributor: Clément DEMOULINS <clement at archivel.fr>
pkgname=python-networkx
-pkgver=2.6.1
+pkgver=2.6.2
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=('61ad2d026970b5447e1a14e54be3273477bf4bcc7cf5a7e9b4538d6dbea27b82a6cdc006a3b22cbfa0e358498ff7016523be50834260423585ab208d5c020f47')
+sha512sums=('ba1a225b7f106b11e561cf1de48793626c190c7de31a39e6a55f1aff264df1178d0b8d3545aa23a6e03340dc117722f0ca70b0797fab4bd3081d096e39980f99')
build() {
cd networkx-networkx-$pkgver
More information about the arch-commits
mailing list