python3Packages.networkx: 2.8.8 -> 3.0
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "networkx";
|
||||
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
|
||||
version = "2.8.8";
|
||||
version = "3.0";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Iw04gRevhw/OVkejxSQB/PdT6Ucg5uprQZelNVZIiF4=";
|
||||
sha256 = "sha256-mpmSNFNTYYrpgznCtj2CAcOBwpRPOKKrSctFpMZn5BI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ decorator setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user