From b3c6dc4830b4e2346ee64404942c30889e2aea4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 8 Dec 2025 22:14:58 -0800 Subject: [PATCH] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.299 -> 0.13.300 Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.299...0.13.300 Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.300/CHANGELOG.md --- .../home-assistant/pytest-homeassistant-custom-component.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix b/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix index 9195e3cc1b7e..0102e92a19d6 100644 --- a/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix +++ b/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pytest-homeassistant-custom-component"; - version = "0.13.299"; + version = "0.13.300"; pyproject = true; disabled = pythonOlder "3.13"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; tag = version; - hash = "sha256-OrrGPqYfwropHdIfLJsTkK5uiUeRxQn9j54VvYPtzok="; + hash = "sha256-8SLhkzGKfT2RLWeKq3e8SZHD2H1Pm0uX/G3OqUGICxg="; }; build-system = [ setuptools ];