python3Packages.pyathena: 3.15.0 -> 3.16.0 (#430580)

This commit is contained in:
Nick Cao
2025-08-03 14:28:08 -04:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.15.0";
version = "3.16.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-F3XquRYvwWFLqGHokxaRxsNM4pANemCweU3tVmhn0M4=";
hash = "sha256-4lTxUgINLZRzDEuy/YZDlw0O02yrz38UxVBW97zTfok=";
};
build-system = [ hatchling ];