python3Packages.pyathena: 3.13.0 -> 3.14.0

This commit is contained in:
R. Ryantm
2025-05-19 05:36:57 +00:00
parent dc2d5f0391
commit 641789dbc5
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.13.0";
version = "3.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-kzyV/y3xuf3tOMkL1SwkUCvG/I/1eQneTBUG/xbTbLA=";
hash = "sha256-Dgst0gFmHsQwhScz83cIE7B1xbcSKcYslfCGtm3yuh0=";
};
build-system = [ hatchling ];