python3Packages.pubnub: 10.6.1 -> 10.6.2

This commit is contained in:
R. Ryantm
2026-04-01 19:25:53 +00:00
parent 5f3cb1696b
commit 72e9003fac
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pubnub";
version = "10.6.1";
version = "10.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pubnub";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-EZfJ+DAZdaF1jf2nU2dUXZ7tQlGNXUMsIGyj4cjmdOs=";
hash = "sha256-YEcxDFO3UK7U17YgIENoxYN/hxqFw58cA2Dg4WJCOvU=";
};
pythonRelaxDeps = [ "httpx" ];