python3Packages.pyathena: 3.12.2 -> 3.13.0 (#405147)

This commit is contained in:
OTABI Tomoya
2025-05-11 12:41:23 +09:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.12.2";
version = "3.13.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-A1661jfGTCb8g8Hah7RhNOUsWMlRhomfnsaxEMTqhlg=";
hash = "sha256-kzyV/y3xuf3tOMkL1SwkUCvG/I/1eQneTBUG/xbTbLA=";
};
build-system = [ hatchling ];