Merge pull request #303950 from r-ryantm/auto-update/python312Packages.pulsar

python312Packages.pulsar: 3.4.0 -> 3.5.0
This commit is contained in:
Mario Rodas 2024-04-15 18:59:50 -05:00 committed by GitHub
commit 4498a08b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

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";