python310Packages.pubnub: 6.3.1 -> 6.3.2

This commit is contained in:
R. Ryantm 2022-05-17 14:22:10 +00:00
parent 115f2f7878
commit 8c47c1d8f8

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "6.3.1";
version = "6.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-HeblPnHSGO12+2hNvwRde84hvjdkxEJU6Eygxs36UBE=";
hash = "sha256-xSPsBcbttADgaetkTIFSYSoEl3lWfdhechpkzQEmcag=";
};
propagatedBuildInputs = [