python3Packages.pubnub: 10.7.0 -> 10.7.1

This commit is contained in:
R. Ryantm
2026-06-17 18:43:09 +00:00
parent 68f2f5b830
commit a553bb2ee0
@@ -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" ];