Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: nilearn: 0.3.1 -> 0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/nilearn/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "nilearn"; 6 - version = "0.3.1"; 6 + version = "0.4.0"; 7 7 name = pname + "-" + version; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "0kkarh5cdcd2czs0bf0s1g51qas84mfxfq0dzd7k5h5l0qr4zy06"; 11 + sha256 = "bb692254bde35d7e1d3d1534d9b3117810b35a744724625f150fbbc64d519c02"; 12 12 }; 13 13 14 14 checkPhase = "nosetests --exclude with_expand_user nilearn/tests";