python3Packages.nipype: 1.8.4 -> 1.8.5

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:28 +01:00
parent 6c06893996
commit f16d438df3

View file

@ -49,12 +49,12 @@ in
buildPythonPackage rec {
pname = "nipype";
version = "1.8.4";
version = "1.8.5";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yoG6iLfF7ugBL4eNC9OLINIzBj1YgF4TVngFKb77qak=";
sha256 = "sha256-44QnQ/tmBGTdKd5z3Pye9m0nO+ELzGQFn/Ic1e8ellU=";
};
postPatch = ''