python3Packages.pubnub: 10.6.3 -> 10.7.0

Diff: https://github.com/pubnub/python/compare/10.6.3...10.7.0

Changelog: https://github.com/pubnub/python/releases/tag/10.7.0
This commit is contained in:
Fabian Affolter
2026-06-15 08:46:37 +02:00
parent ad5744459a
commit 4eeb675665
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pubnub";
version = "10.6.3";
version = "10.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pubnub";
repo = "python";
tag = finalAttrs.version;
hash = "sha256-gfbHYNP9qOq4FRr+YLwaAOg7XHhcDTanpotp9JMOpfA=";
hash = "sha256-gmih6CQdJa065U7lud7tZdRiGaH1SbD+/poTRDI4G+I=";
};
pythonRelaxDeps = [ "httpx" ];