Skip to content

Commit

Permalink
python312Packages.confluent-kafka: 2.5.3 -> 2.6.1 (NixOS#364161)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 52cf123 + 3cc811b commit 3bcb44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/confluent-kafka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

buildPythonPackage rec {
pname = "confluent-kafka";
version = "2.5.3";
version = "2.6.1";
pyproject = true;

disabled = pythonOlder "3.7";

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 ];
Expand Down

0 comments on commit 3bcb44a

Please sign in to comment.