python3Packages.python-tds: 1.13.0 -> 1.17.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:10 +01:00
parent bf53e79d90
commit 8fa8436561
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "python-tds";
version = "1.13.0";
version = "1.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "denisenkom";
repo = "pytds";
rev = version;
hash = "sha256-ubAXCifSfNtxbFIJZD8IuK/8oPT9vo77YBCexoO9zsw=";
tag = version;
hash = "sha256-W9Sk2X2bSMjtRu1XPnjWXOLjVVa+MYC7+ttrZc48c4I=";
};
postPatch = ''