python310Packages.pubnub: 6.5.0 -> 6.5.1

This commit is contained in:
Fabian Affolter
2022-08-06 19:37:42 +02:00
parent 872580ae90
commit e7ef75517f
@@ -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 = [