python3Packages.pylink-square: 1.4.0 -> 1.6.0

https://github.com/square/pylink/blob/v1.6.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:35 +02:00
parent 4bd977a609
commit 139d4a428d
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pylink-square";
version = "1.4.0";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "square";
repo = "pylink";
tag = "v${version}";
hash = "sha256-Fjulh2wmcVO+/608uTO10orRz8Pq0I+ZhJ8zMa3YFC0=";
hash = "sha256-rkkdnpkl9UHcBDjp6lsFXR1zNn7tH1KeTQ7wV+yJ3m0=";
};
build-system = [ setuptools ];