python3Packages.pyathena: 3.17.1 -> 3.25.0

https://github.com/laughingman7743/PyAthena/releases/tag/v3.25.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:54 +01:00
parent 2f2a64e73e
commit dd4a2a1c5c
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.17.1";
version = "3.25.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-jlS6qjOG2syTpsY/jNkplOULiDPXR3cmWSMa5O9EGPc=";
hash = "sha256-YOc1YTRUZxNT+Iqa2vZH8QwdwQ2mdJGaDVmTOSsFt6s=";
};
build-system = [ hatchling ];