Revert "python3Packages.pylink-square: 1.6.0 -> 2.0.0"

This reverts commit 6dc073f2c9.

This fixes the build of pyocd, the only consumer of pylink-square
This commit is contained in:
Sandro Jäckel
2026-03-08 15:22:13 +01:00
parent 7a5d8e9551
commit 8066986a30
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "2.0.0";
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "square";
repo = "pylink";
tag = "v${version}";
hash = "sha256-QitJGJGgXeSl5RaYW6+VtwOrV9AYDA9+kUHNtopDgVc=";
hash = "sha256-rkkdnpkl9UHcBDjp6lsFXR1zNn7tH1KeTQ7wV+yJ3m0=";
};
patches = [