python312Packages.aiokafka: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2024-10-27 03:11:31 +00:00
parent 79ed655a86
commit db9dc29fe3
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiokafka";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiokafka";
rev = "refs/tags/v${version}";
hash = "sha256-CeEPRCsf2SFI5J5FuQlCRRtlOPcCtRiGXJUIQOAbyCc=";
hash = "sha256-OU/Kept3TvMfGvVCjSthfZnfTX6/T0Fy3PS/ynrV3Cg=";
};
build-system = [