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

python312Packages.pulsar: 3.4.0 -> 3.5.0

authored by Mario Rodas and committed by GitHub 4498a08b 706d06f7

+3 -3
+3 -3
pkgs/development/python-modules/pulsar/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pulsar"; 14 - version = "3.4.0"; 14 + version = "3.5.0"; 15 15 format = "setuptools"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "apache"; 19 19 repo = "pulsar-client-python"; 20 - rev = "v${version}"; 21 - hash = "sha256-WcD88s8V4AT/juW0qmYHdtYzrS3hWeom/4r8TETlmFE="; 20 + rev = "refs/tags/v${version}"; 21 + hash = "sha256-2Ahv0lfeHuBhGIYhiTjKegEKsJqHkpK3Qu6xBnjsanI="; 22 22 }; 23 23 24 24 disabled = pythonOlder "3.7";