python3Packages.pyathena: 3.25.0 -> 3.30.1

This commit is contained in:
R. Ryantm
2026-03-27 06:12:36 +00:00
parent ca19b8723a
commit 4dd71a42e8
@@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.25.0";
version = "3.30.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-YOc1YTRUZxNT+Iqa2vZH8QwdwQ2mdJGaDVmTOSsFt6s=";
hash = "sha256-AS2s9OUgXc5wW73HCogCWorq3BFLydLQrE/LEir6BFc=";
};
build-system = [