Merge pull request #179238 from r-ryantm/auto-update/python3.10-pubnub

python310Packages.pubnub: 6.3.2 -> 6.3.3
This commit is contained in:
Mario Rodas 2022-06-26 20:31:20 -05:00 committed by GitHub
commit 7c3910aa21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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