Unverified Commit 5eb84346 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python310Packages.nipype: 1.8.5 -> 1.8.6
parents 8fd8a883 6f045a37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''