pythonPackages.networkx: 1.10 -> 1.11

+4 -3
+4 -3
pkgs/top-level/python-packages.nix
··· 26058 26058 }; 26059 26059 26060 26060 networkx = buildPythonPackage rec { 26061 - version = "1.10"; 26061 + version = "1.11"; 26062 26062 name = "networkx-${version}"; 26063 26063 26064 26064 # Currently broken on PyPy. ··· 26067 26067 26068 26068 src = pkgs.fetchurl { 26069 26069 url = "mirror://pypi/n/networkx/${name}.tar.gz"; 26070 - sha256 = "ced4095ab83b7451cec1172183eff419ed32e21397ea4e1971d92a5808ed6fb8"; 26070 + sha256 = "1f74s56xb4ggixiq0vxyfxsfk8p20c7a099lpcf60izv1php03hd"; 26071 26071 }; 26072 26072 26073 - propagatedBuildInputs = with self; [ nose decorator ]; 26073 + buildInputs = with self; [ nose ]; 26074 + propagatedBuildInputs = with self; [ decorator ]; 26074 26075 26075 26076 meta = { 26076 26077 homepage = "https://networkx.github.io/";