diff options
author | W. Michael Petullo <mike@flyn.org> | 2022-05-10 14:44:18 -0500 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-11 17:50:42 -0400 |
commit | 0320174ff21de50b13af0be868ed63c7102d0413 (patch) | |
tree | 1c2aaa04d4f597d165cd021b6795585597c5a91c /lang/python/python3-networkx | |
parent | ab802a1166483fa8799b9e8d2ac6ce2538139ed8 (diff) |
python3-networkx: update to 2.8
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/python/python3-networkx')
-rw-r--r-- | lang/python/python3-networkx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python3-networkx/Makefile b/lang/python/python3-networkx/Makefile index 44ac41af1..7b7f44b8f 100644 --- a/lang/python/python3-networkx/Makefile +++ b/lang/python/python3-networkx/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-networkx -PKG_VERSION:=2.6.3 +PKG_VERSION:=2.8 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=networkx -PKG_HASH:=c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51 +PKG_HASH:=4a52cf66aed221955420e11b3e2e05ca44196b4829aab9576d4d439212b0a14f PKG_LICENSE:=BSD-3-clause PKG_LICENSE_FILES:=LICENSE.txt |