python310Packages.pubnub: 7.0.2 -> 7.1.0

Diff: https://github.com/pubnub/python/compare/refs/tags/7.0.2...7.1.0

Changelog: https://github.com/pubnub/python/releases/tag/7.1.0
This commit is contained in:
Fabian Affolter
2023-01-19 00:24:37 +01:00
parent b30e996e6b
commit 7f299d7e9b
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.0.2";
version = "7.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-LVkP9og9Xru1Xuw4boI2pLwZ0RE2RvtUx0AHoJa6o9c=";
hash = "sha256-+g/VBxv0XfqqwTEKtgBAy7Pfakll00JXMFBS2q3pHn8=";
};
propagatedBuildInputs = [