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

python312Packages.pyathena: 3.3.0 -> 3.5.1
This commit is contained in:
Robert Scott 2024-03-24 23:18:37 +00:00 committed by GitHub
commit 6f75947f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.3.0";
format = "pyproject";
version = "3.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-3S5iQembhaQ1McxAJyZEgG0z60S5UhEWGv7BtJbkPTc=";
hash = "sha256-9T5qm3Vmg6eZQtdxaLnj4+d5SAglJo2wKo+8y25gQik=";
};
nativeBuildInputs = [