python: nipype: 1.1.7 -> 1.1.8

This commit is contained in:
Frederik Rietdijk
2019-02-14 08:37:21 +01:00
parent 83e3df7ef8
commit e6efedbbdc
2 changed files with 2 additions and 35 deletions

View File

@@ -44,15 +44,13 @@ in
buildPythonPackage rec {
pname = "nipype";
version = "1.1.7";
version = "1.1.8";
src = fetchPypi {
inherit pname version;
sha256 = "0iyi5w2h42bpssqj52ixm2kxp56yxfxdacb6xv5r24yv3hmwd4yn";
sha256 = "d5eec6de7d8e7020106c42b37d17f99de92824440cc79dfa6080f7c2e6d9fecc";
};
patches = [ ./move-uneeded-requires.patch ];
postPatch = ''
substituteInPlace nipype/interfaces/base/tests/test_core.py \
--replace "/usr/bin/env bash" "${bash}/bin/bash"