Skip to content

Commit

Permalink
package/python-networkx: bump to version 3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
jameshilliard authored and yann-morin-1998 committed Nov 9, 2023
1 parent 0a073da commit 1c56620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/python-networkx/python-networkx.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/networkx/json
md5 1bfbb5cd184b486feae8345f541a5e50 networkx-3.0.tar.gz
sha256 9a9992345353618ae98339c2b63d8201c381c2944f38a2ab49cb45a4c667e412 networkx-3.0.tar.gz
md5 e81583dcb3d929b60660721912f3faed networkx-3.2.1.tar.gz
sha256 9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6 networkx-3.2.1.tar.gz
# Locally computed sha256 checksums
sha256 50b5a27cb43f7a20cede7aa7b9ab2033552e0412c9a1fde51d38885c1417e95f LICENSE.txt
4 changes: 2 additions & 2 deletions package/python-networkx/python-networkx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

PYTHON_NETWORKX_VERSION = 3.0
PYTHON_NETWORKX_VERSION = 3.2.1
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/99/f9/d45c9ecf50a6b67a200e0bbd324201b5cd777dfc0e6c8f6d1620ce5a7ada
PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/c4/80/a84676339aaae2f1cfdf9f418701dd634aef9cc76f708ef55c36ff39c3ca
PYTHON_NETWORKX_LICENSE = BSD-3-Clause
PYTHON_NETWORKX_LICENSE_FILES = LICENSE.txt
PYTHON_NETWORKX_CPE_ID_VENDOR = python
Expand Down

0 comments on commit 1c56620

Please sign in to comment.