Merge pull request #270729 from r-ryantm/auto-update/python311Packages.pubnub

python311Packages.pubnub: 7.3.1 -> 7.3.2
This commit is contained in:
Emily Trau 2023-11-29 16:27:09 +11:00 committed by GitHub
commit 4ec4b48944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [