Merge pull request #181402 from fabaff/pubnub-bump

python310Packages.pubnub: 6.3.3 -> 6.4.0
This commit is contained in:
Fabian Affolter 2022-07-15 10:46:38 +02:00 committed by GitHub
commit be1929a994
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.3";
version = "6.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-OVciXd1u112h9tPNW5XpT7aDknpMGEYroe4m7HxBqaw=";
hash = "sha256-NpGhZrfUXKpz520l1S+cCfTrI2T/7XlO0Kk1e+XR8Ew=";
};
propagatedBuildInputs = [