mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
python: nipype: 1.0.0 -> 1.0.1
This commit is contained in:
parent
7ce85c014e
commit
a8e3ffc789
@ -29,11 +29,11 @@ assert !isPy3k -> configparser != null;
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nipype";
|
pname = "nipype";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4c14c6cae1f530f89d76fa8136d52488b1daf3a02179da65121b76eaf4a6f0ea";
|
sha256 = "47f62fda3d6b9a37aa407a6b78c80e91240aa71e61191ed00da68b02839fe258";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # fails with TypeError: None is not callable
|
doCheck = false; # fails with TypeError: None is not callable
|
||||||
|
Loading…
Reference in New Issue
Block a user