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

This commit is contained in:
Martin Weinelt 2022-04-16 01:06:29 +02:00 committed by GitHub
commit c047b4c1d9
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.2.0";
version = "6.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = pname;
repo = "python";
rev = "v${version}";
hash = "sha256-QOOPcWhhEqg7c0INQv88+eOP0povN8W4lLoaly9TGu0=";
rev = "refs/tags/v${version}";
hash = "sha256-HnDCRwGrWYVW2WpCFDySVYzNW4/cNhVqNG2YfF5V3WY=";
};
propagatedBuildInputs = [