python310Packages.pyathena: 3.0.8 -> 3.0.9

This commit is contained in:
R. Ryantm 2023-10-15 07:10:11 +00:00
parent d4e6749f94
commit b0b962e3da

View File

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