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

python310Packages.pubnub: 6.1.0 -> 6.2.0
This commit is contained in:
Fabian Affolter 2022-03-22 21:20:10 +01:00 committed by GitHub
commit 5addd17817
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.1.0";
version = "6.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "v${version}";
hash = "sha256-rAeZxCaSY9tgoMk7l+mlqqiZfD2yIGoywITC0Y2z7oI=";
hash = "sha256-QOOPcWhhEqg7c0INQv88+eOP0povN8W4lLoaly9TGu0=";
};
propagatedBuildInputs = [