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
commit 5eb8434632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''