python312Packages.pyathena: 3.3.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2024-03-21 09:35:37 +00:00
parent 6e6944dbcc
commit f94fc64910
1 changed files with 2 additions and 2 deletions

View File

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