Merge pull request #303950 from r-ryantm/auto-update/python312Packages.pulsar
python312Packages.pulsar: 3.4.0 -> 3.5.0
This commit is contained in:
commit
4498a08b5d
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue