python311Packages.pubnub: 7.3.1 -> 7.3.2

This commit is contained in:
R. Ryantm 2023-11-28 20:33:29 +00:00
parent c76b72caa4
commit e031100965

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.3.1";
version = "7.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-V6yw/OscTGwrFcjHEhwtaT7txWLqbVj0uYjuoSAtP2E=";
hash = "sha256-J6vwdOI/GM/K0TxRwIgkXibNAc+n9wVCpmMkzMhBepw=";
};
propagatedBuildInputs = [