Merge pull request #185441 from fabaff/pubnub-bump

python310Packages.pubnub: 6.5.0 -> 6.5.1
This commit is contained in:
Fabian Affolter 2022-08-06 21:04:20 +02:00 committed by GitHub
commit 5e91e7ef53
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.5.0";
version = "6.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-zY40VLjjb9VBbw2579UPD/csk9o0AWIZMWRKxo78NrE=";
hash = "sha256-+x58aEvemav0Pz2jeICLFG36FTtZCu5dk/arb+j5nmo=";
};
propagatedBuildInputs = [