python3Packages.pubnub: 10.6.2 -> 10.6.3

This commit is contained in:
R. Ryantm
2026-04-26 06:52:44 +00:00
parent 0aacb00bef
commit 018bac795f
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pubnub";
version = "10.6.2";
version = "10.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pubnub";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-YEcxDFO3UK7U17YgIENoxYN/hxqFw58cA2Dg4WJCOvU=";
hash = "sha256-gfbHYNP9qOq4FRr+YLwaAOg7XHhcDTanpotp9JMOpfA=";
};
pythonRelaxDeps = [ "httpx" ];