Merge pull request #232562 from r-ryantm/auto-update/python310Packages.nipype

python310Packages.nipype: 1.8.5 -> 1.8.6
This commit is contained in:
Mario Rodas
2023-05-19 04:59:03 -05:00
committed by GitHub

View File

@@ -42,13 +42,13 @@
buildPythonPackage rec {
pname = "nipype";
version = "1.8.5";
version = "1.8.6";
disabled = pythonOlder "3.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-44QnQ/tmBGTdKd5z3Pye9m0nO+ELzGQFn/Ic1e8ellU=";
hash = "sha256-l3sTFej3D5QWPsB+MeVXG+g/Kt1gIxQcWgascAEm+NE=";
};
postPatch = ''