python3Packages.pulsar-client: 3.7.0 -> 3.8.0

This commit is contained in:
R. Ryantm
2025-07-22 07:53:13 +00:00
parent ffc7ca9659
commit f3f96788ef
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "pulsar-client";
version = "3.7.0";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-python";
tag = "v${version}";
hash = "sha256-M8Y72VgtPdM80AO9jRyyyOFW6wQ7dbKH33alLWcTLV8=";
hash = "sha256-0EeQiYEYdER6qPQUYsk/OwYKiPWG0oymG5eiB01Oysk=";
};
build-system = [