python310Packages.pyathena: 3.0.9 -> 3.0.10

This commit is contained in:
R. Ryantm
2023-11-10 21:22:26 +00:00
parent eef729c866
commit 68594d31f4
@@ -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 = [