Unverified Commit 8066986a authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

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

This reverts commit 6dc073f2.

This fixes the build of pyocd, the only consumer of pylink-square
parent 7a5d8e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [