Merge pull request #306405 from r-ryantm/auto-update/python311Packages.pyathena

python311Packages.pyathena: 3.6.0 -> 3.7.0
This commit is contained in:
Nick Cao 2024-04-24 10:08:36 -04:00 committed by GitHub
commit 04a68cf67e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-2jf7mw/cTS5xW3GLZYk60uULUIIlk01on4942Ow2rwY=";
hash = "sha256-PqIrXLsdi4jAE7K5WUFuTdRPs29GLUefNQlU6hzrLWI=";
};
nativeBuildInputs = [