python310Packages.pubnub: 7.0.1 -> 7.0.2

Changelog: https://github.com/pubnub/python/releases/tag/7.0.2
This commit is contained in:
Fabian Affolter 2022-11-25 09:21:50 +01:00
parent 720980d334
commit ba26dcfcc7

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.0.1";
version = "7.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-rOpTPj9g9WKc8MLX4HqsZit7yvTtDqha7ImewW/tH7g=";
hash = "sha256-LVkP9og9Xru1Xuw4boI2pLwZ0RE2RvtUx0AHoJa6o9c=";
};
propagatedBuildInputs = [