python312Packages.pulsar: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm 2024-04-14 02:15:20 +00:00
parent 1b69196959
commit 678a6d6584

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pulsar";
version = "3.4.0";
version = "3.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-python";
rev = "v${version}";
hash = "sha256-WcD88s8V4AT/juW0qmYHdtYzrS3hWeom/4r8TETlmFE=";
rev = "refs/tags/v${version}";
hash = "sha256-2Ahv0lfeHuBhGIYhiTjKegEKsJqHkpK3Qu6xBnjsanI=";
};
disabled = pythonOlder "3.7";