python3Packages.pylink-square: 1.6.0 -> 2.0.0

https://github.com/square/pylink/blob/v2.0.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:37:07 +01:00
parent b554a0a46a
commit 6dc073f2c9
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "1.6.0";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "square";
repo = "pylink";
tag = "v${version}";
hash = "sha256-rkkdnpkl9UHcBDjp6lsFXR1zNn7tH1KeTQ7wV+yJ3m0=";
hash = "sha256-QitJGJGgXeSl5RaYW6+VtwOrV9AYDA9+kUHNtopDgVc=";
};
patches = [