python3Packages.trino-python-client: 0.337.0 -> 0.338.0

This commit is contained in:
R. Ryantm
2026-07-07 14:41:24 +00:00
parent 1350febcfa
commit 1bd86dabb6
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "trino-python-client";
version = "0.337.0";
version = "0.338.0";
pyproject = true;
src = fetchFromGitHub {
repo = "trino-python-client";
owner = "trinodb";
tag = version;
hash = "sha256-q080IbPeck5Ru+3T2jChhNXi05CYPSO8ncf3KI62cRw=";
hash = "sha256-kWbqzdeOkzjhcaQOS4bCUnXFILpurtVE3N3KLoqSeds=";
};
build-system = [ setuptools ];