Skip to content

Commit

Permalink
python: nilearn: 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 31, 2017
1 parent d77c9ef commit 00a9a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nilearn/default.nix
Expand Up @@ -3,12 +3,12 @@

buildPythonPackage rec {
pname = "nilearn";
version = "0.3.1";
version = "0.4.0";
name = pname + "-" + version;

src = fetchPypi {
inherit pname version;
sha256 = "0kkarh5cdcd2czs0bf0s1g51qas84mfxfq0dzd7k5h5l0qr4zy06";
sha256 = "bb692254bde35d7e1d3d1534d9b3117810b35a744724625f150fbbc64d519c02";
};

checkPhase = "nosetests --exclude with_expand_user nilearn/tests";
Expand Down

0 comments on commit 00a9a8f

Please sign in to comment.