python3Packages.pubnub: 10.4.1 -> 10.5.0

This commit is contained in:
R. Ryantm
2025-12-08 00:14:00 +00:00
parent aa1bf8ebf5
commit 8cf6c10f81
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "10.4.1";
version = "10.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pubnub";
repo = "python";
tag = version;
hash = "sha256-NI7rEudQ5sSj6cpPpFxEcqaeiQL6dJKK7C53BTJeMAg=";
hash = "sha256-4EqP3HZuSXYB5P6xvPuwTou/2zHS0ClaAy42knbCMhc=";
};
pythonRelaxDeps = [ "httpx" ];