python3Packages.networkx: 2.6.2 -> 2.6.3
This commit is contained in:
parent
4d63c7533b
commit
056cb843d4
@ -10,11 +10,11 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "networkx";
|
||||
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
|
||||
version = "2.6.2";
|
||||
version = "2.6.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0dec119bb";
|
||||
sha256 = "c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ decorator setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user