From bb451cf9e7f7c6a3feee4817346f292d4cd9cb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 20 Feb 2026 22:03:19 -0800 Subject: [PATCH] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.315 -> 0.13.316 Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.315...0.13.316 Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.316/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 a3bd9f5ffcad..914ff97a29f3 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.315"; + version = "0.13.316"; pyproject = true; disabled = pythonOlder "3.13"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; tag = version; - hash = "sha256-Ce+yUUgWqyY3ltcwwpkquD+EEiBmLmsZRcGqqDHZ+hI="; + hash = "sha256-wsL/85klBl6tHOZ0fq/AaUskIsqvKIJQ8fEtnQDZnF0="; }; build-system = [ setuptools ];