python313Packages.pubnub: 10.4.0 -> 10.4.1

Changelog: https://github.com/pubnub/python/releases/tag/10.4.1

Changed files
+4 -2
pkgs
development
python-modules
pubnub
+4 -2
pkgs/development/python-modules/pubnub/default.nix
···
buildPythonPackage rec {
pname = "pubnub";
-
version = "10.4.0";
+
version = "10.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "pubnub";
repo = "python";
tag = version;
-
hash = "sha256-yAQK56X6DKuaijAvUgQtAmpR4V5FioZogAqzZ/yhbHE=";
+
hash = "sha256-NI7rEudQ5sSj6cpPpFxEcqaeiQL6dJKK7C53BTJeMAg=";
};
pythonRelaxDeps = [ "httpx" ];
···
"tests/integrational"
"tests/manual"
"tests/functional/push"
+
# Examples
+
"tests/examples"
];
disabledTests = [