python3Packages.pyathena: 3.14.1 -> 3.15.0

This commit is contained in:
R. Ryantm
2025-07-25 18:47:56 +00:00
parent 33d3d008a8
commit a140395761
@@ -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 ];