python311Packages.pubnub: 7.3.0 -> 7.3.1

Diff: https://github.com/pubnub/python/compare/refs/tags/v7.3.0...v7.3.1

Changelog: https://github.com/pubnub/python/releases/tag/v7.3.1
This commit is contained in:
Fabian Affolter 2023-10-31 10:43:29 +01:00
parent ed9263dc61
commit e8631bdec3

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.3.0";
version = "7.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-KZC6a0ZrTPn033tQxn7HeCRhZUAgO2I5rGDzLJITtpI=";
hash = "sha256-V6yw/OscTGwrFcjHEhwtaT7txWLqbVj0uYjuoSAtP2E=";
};
propagatedBuildInputs = [