Merge pull request #297674 from r-ryantm/auto-update/python312Packages.pyathena

python312Packages.pyathena: 3.3.0 -> 3.5.1

authored by Robert Scott and committed by GitHub 6f75947f b78e7e0a

+3 -3
+3 -3
pkgs/development/python-modules/pyathena/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "pyathena"; 18 - version = "3.3.0"; 19 - format = "pyproject"; 20 21 disabled = pythonOlder "3.8"; 22 23 src = fetchPypi { 24 inherit pname version; 25 - hash = "sha256-3S5iQembhaQ1McxAJyZEgG0z60S5UhEWGv7BtJbkPTc="; 26 }; 27 28 nativeBuildInputs = [
··· 15 16 buildPythonPackage rec { 17 pname = "pyathena"; 18 + version = "3.5.1"; 19 + pyproject = true; 20 21 disabled = pythonOlder "3.8"; 22 23 src = fetchPypi { 24 inherit pname version; 25 + hash = "sha256-9T5qm3Vmg6eZQtdxaLnj4+d5SAglJo2wKo+8y25gQik="; 26 }; 27 28 nativeBuildInputs = [