python311Packages.pyathena: 3.7.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-05-06 06:55:59 +00:00 committed by Manuel Bärenz
parent 91d7945974
commit c0c4056352

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.7.0";
version = "3.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-PqIrXLsdi4jAE7K5WUFuTdRPs29GLUefNQlU6hzrLWI=";
hash = "sha256-CbZ+LwTTCkiak2rd9XksksrE5Zokndi/z2kZL87Tly8=";
};
nativeBuildInputs = [