python3Packages.pyathena: 3.14.0 -> 3.14.1 (#412091)

This commit is contained in:
Nick Cao
2025-05-29 18:59:56 -04:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.14.0";
version = "3.14.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-Dgst0gFmHsQwhScz83cIE7B1xbcSKcYslfCGtm3yuh0=";
hash = "sha256-/2KCYVlbUrwrdICcQu+JiG90vgE3FQbiif2wvE9lOZM=";
};
build-system = [ hatchling ];