python3Packages.nipype: 1.6.1 -> 1.7.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:01 -08:00
parent 8c8c332620
commit 68ff633dee
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -49,12 +49,12 @@ in
buildPythonPackage rec {
pname = "nipype";
version = "1.6.1";
version = "1.7.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "8428cfc633d8e3b8c5650e241e9eedcf637b7969bcd40f3423334d4c6b0992b5";
sha256 = "e689fe2e5049598c9cd3708e8df1cac732fa1a88696f283e3bc0a70fecb8ab51";
};
postPatch = ''