From dc913b3b6379416e821702ec8d3cd618a7355ab0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 09:39:48 +0200 Subject: [PATCH] python313Packages.pubnub: 10.4.0 -> 10.4.1 Changelog: https://github.com/pubnub/python/releases/tag/10.4.1 --- pkgs/development/python-modules/pubnub/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pubnub/default.nix b/pkgs/development/python-modules/pubnub/default.nix index d5fba5cab28a..bdf193994ff6 100644 --- a/pkgs/development/python-modules/pubnub/default.nix +++ b/pkgs/development/python-modules/pubnub/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pubnub"; - version = "10.4.0"; + version = "10.4.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "pubnub"; repo = "python"; tag = version; - hash = "sha256-yAQK56X6DKuaijAvUgQtAmpR4V5FioZogAqzZ/yhbHE="; + hash = "sha256-NI7rEudQ5sSj6cpPpFxEcqaeiQL6dJKK7C53BTJeMAg="; }; pythonRelaxDeps = [ "httpx" ]; @@ -55,6 +55,8 @@ buildPythonPackage rec { "tests/integrational" "tests/manual" "tests/functional/push" + # Examples + "tests/examples" ]; disabledTests = [