python310Packages.pubnub: 6.0.1 -> 6.1.0

This commit is contained in:
R. Ryantm 2022-03-03 15:04:13 +00:00 committed by Jonathan Ringer
parent 998052403d
commit fbcf2574f6

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "6.0.1";
version = "6.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "v${version}";
hash = "sha256-TXxnFKDq1eWShimtNKaUMEQrs1nRQ8NqAQSI8Hutcp8=";
hash = "sha256-rAeZxCaSY9tgoMk7l+mlqqiZfD2yIGoywITC0Y2z7oI=";
};
propagatedBuildInputs = [