python312Packages.pyathena: 3.9.0 -> 3.10.0 (#361896)

This commit is contained in:
Nick Cao 2024-12-04 19:46:06 -05:00 committed by GitHub
commit f2f1fd10b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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