Skip to content

Commit

Permalink
python312Packages.networkx: 3.3 -> 3.4.2 (#367566)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 13, 2025
2 parents 9566918 + 4c3ed9d commit 8707509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/networkx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "networkx";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
version = "3.3";
version = "3.4.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-DBJ9iy9IZfWa6cuKr81gtccPMkHr1m997618SrkBJsk=";
hash = "sha256-MHw2aUKMU2KqsnyKEmCqj0fE6R04kfSL4BQXONjQU+E=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 8707509

Please sign in to comment.