python312Packages.pyathena: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2024-12-04 22:17:15 +00:00
parent bc56516e88
commit 140ab9e66d

View File

@ -17,14 +17,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyathena"; pname = "pyathena";
version = "3.9.0"; version = "3.10.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-SxHUnfAyVcVW4R9j0ONGzCXqGWdaeseP/QU3vNhMtI8="; hash = "sha256-paFTmhPGr2qz1CK425tbSHEbexcl+lqmgoL6RZmfC2o=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];