Merge pull request #266732 from r-ryantm/auto-update/python310Packages.pyathena

python310Packages.pyathena: 3.0.9 -> 3.0.10
This commit is contained in:
OTABI Tomoya 2023-11-11 13:23:10 +09:00 committed by GitHub
commit f4ccf8c916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.0.9";
version = "3.0.10";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-RGU4UF+Nhfc2LGQlYf8ImrmDf2009JTSx6cO4o3VuDI=";
hash = "sha256-HvmD1Hi8GCwuox11v0/VdVQlmF5dpPjhgSNfLScz5TY=";
};
nativeBuildInputs = [