python312Packages.aiokafka: 0.10.0 -> 0.11.0 (#338449)

This commit is contained in:
Fabian Affolter
2024-08-31 08:51:49 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiokafka";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiokafka";
rev = "refs/tags/v${version}";
hash = "sha256-G9Q77nWUUW+hG/wm9z/S8gea4U1wHZdj7WdK2LsKBos=";
hash = "sha256-CeEPRCsf2SFI5J5FuQlCRRtlOPcCtRiGXJUIQOAbyCc=";
};
build-system = [