python3Packages.pubnub: 10.7.0 -> 10.7.1 (#532748)

This commit is contained in:
Nick Cao
2026-06-17 20:41:52 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pubnub";
version = "10.7.0";
version = "10.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pubnub";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-gmih6CQdJa065U7lud7tZdRiGaH1SbD+/poTRDI4G+I=";
hash = "sha256-AbWTzaWjX9n3wjs785LxAYbHswMJbTer4bGghFAA1V8=";
};
pythonRelaxDeps = [ "httpx" ];