python312Packages.confluent-kafka: 2.5.3 -> 2.6.1 (#364161)

This commit is contained in:
Weijia Wang
2025-01-01 05:30:48 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "confluent-kafka";
version = "2.5.3";
version = "2.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "confluentinc";
repo = "confluent-kafka-python";
rev = "refs/tags/v${version}";
hash = "sha256-b9RTz4wUtDzGkoeB0cp5vbZEBk8jSw2JiXEx6tUuPVw=";
tag = "v${version}";
hash = "sha256-SFmZ/KriysvLkGT5mvIS9SJcUHWmvZXrqFAY0lC6bGc=";
};
buildInputs = [ rdkafka ];