python3Packages.confluent-kafka: 2.4.0 -> 2.5.3

https://github.com/confluentinc/confluent-kafka-python/blob/v2.5.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:03 +02:00
parent dfa6f92168
commit bc8ca7bdf8
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "confluent-kafka";
version = "2.4.0";
version = "2.5.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "confluentinc";
repo = "confluent-kafka-python";
rev = "refs/tags/v${version}";
hash = "sha256-JlPWh46WjY4GHRKtamB+qigVvVzvbRagbigyCol6lfg=";
hash = "sha256-b9RTz4wUtDzGkoeB0cp5vbZEBk8jSw2JiXEx6tUuPVw=";
};
buildInputs = [ rdkafka ];