python3Packages.pyathena: 3.14.1 -> 3.15.0 (#428424)

This commit is contained in:
Nick Cao
2025-07-27 11:01:57 -04:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.14.1";
version = "3.15.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-/2KCYVlbUrwrdICcQu+JiG90vgE3FQbiif2wvE9lOZM=";
hash = "sha256-F3XquRYvwWFLqGHokxaRxsNM4pANemCweU3tVmhn0M4=";
};
build-system = [ hatchling ];