python3Packages.pubnub: 6.0.0 -> 6.0.1

This commit is contained in:
Fabian Affolter 2022-02-02 18:30:21 +01:00 committed by Jonathan Ringer
parent a63b5c9e5c
commit 5d6e9b3d53

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "6.0.0";
version = "6.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "v${version}";
hash = "sha256-ktwPut4FBkPMukUk00I1xNOuTvSJkbskPOjoYDJN5Eg=";
hash = "sha256-TXxnFKDq1eWShimtNKaUMEQrs1nRQ8NqAQSI8Hutcp8=";
};
propagatedBuildInputs = [