python312Packages.pubnub: 10.1.0 -> 10.2.0

This commit is contained in:
R. Ryantm
2025-02-20 08:06:39 +00:00
parent d3f8c4d495
commit 35b6232dab
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "10.1.0";
version = "10.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pubnub";
repo = "python";
tag = version;
hash = "sha256-8CASMWTDeIi+UgScZk8R5kWN7Qsu8Bx5JChAFoPQ7iw=";
hash = "sha256-9qy2ltxDKpEcfgDQDOqhZnEQSLk1VFE5WInJkz8YWCM=";
};
pythonRelaxDeps = [ "httpx" ];
@@ -67,7 +67,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python-based APIs for PubNub";
homepage = "https://github.com/pubnub/python";
changelog = "https://github.com/pubnub/python/releases/tag/${version}";
changelog = "https://github.com/pubnub/python/releases/tag/${src.tag}";
# PubNub Software Development Kit License Agreement
# https://github.com/pubnub/python/blob/master/LICENSE
license = licenses.unfreeRedistributable;