python311Packages.pyathena: 3.8.1 -> 3.8.2

This commit is contained in:
R. Ryantm 2024-05-14 04:33:28 +00:00 committed by Manuel Bärenz
parent 5c9385be9f
commit 36134e9ea5

View File

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