python3Packages.pulsar-client: 3.8.0 -> 3.9.0

https://github.com/apache/pulsar-client-python/releases/tag/v3.9.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent acf59c402b
commit 156b7ffb0f
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "pulsar-client";
version = "3.8.0";
version = "3.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-python";
tag = "v${version}";
hash = "sha256-0EeQiYEYdER6qPQUYsk/OwYKiPWG0oymG5eiB01Oysk=";
hash = "sha256-TxX+om+uKjZlgG10qcLAddiUisBWLxBfBSHEHGix1d4=";
};
build-system = [