python: nipype: 1.1.3 -> 1.1.4

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:07 +01:00
parent d51adc59ca
commit a11b94e7e4

View file

@ -36,11 +36,11 @@ assert !isPy3k -> configparser != null;
buildPythonPackage rec { buildPythonPackage rec {
pname = "nipype"; pname = "nipype";
version = "1.1.3"; version = "1.1.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c14856f3d4823aa5d63d0c19e8f04d70c74e156361ce607d86694046bab06806"; sha256 = "bfed0d6d905e5fc73d5b9513b4381b9025977e3c8544dd012d2775735456298c";
}; };
# see https://github.com/nipy/nipype/issues/2240 # see https://github.com/nipy/nipype/issues/2240