python312Packages.pubnub: 10.2.0 -> 10.3.0 (#399579)

This commit is contained in:
Nick Cao
2025-04-18 15:07:26 -04:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "10.2.0";
version = "10.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pubnub";
repo = "python";
tag = version;
hash = "sha256-9qy2ltxDKpEcfgDQDOqhZnEQSLk1VFE5WInJkz8YWCM=";
hash = "sha256-GkROhb8kgiHTLcXTMg9vYcuGNW8xpa5NKUzge78AqBU=";
};
pythonRelaxDeps = [ "httpx" ];