python3.pkgs.pyocd: relax pylink-square constraint

1.0 seems to be very minor changes[1]. The flash() method is not used
anywhere in pyocd as far as I can tell, the tests all pass, and it
doesn't build at all otherwise.

[1]: https://github.com/square/pylink/blob/master/CHANGELOG.md#100

+2 -1
+2 -1
pkgs/development/python-modules/pyocd/default.nix
··· 60 60 61 61 postPatch = '' 62 62 substituteInPlace setup.cfg \ 63 - --replace "libusb-package>=1.0,<2.0" "" 63 + --replace "libusb-package>=1.0,<2.0" "" \ 64 + --replace "pylink-square>=0.11.1,<1.0" "pylink-square>=0.11.1,<2.0" 64 65 ''; 65 66 66 67 meta = with lib; {