From de876316806df8ee3f663bcc3d28ad571779112d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 24 Mar 2026 22:37:46 -0700 Subject: [PATCH] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.319 -> 0.13.320 Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.319...0.13.320 Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.320/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 ed6653977221..890dcacef42d 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.319"; + version = "0.13.320"; pyproject = true; disabled = pythonOlder "3.13"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; tag = version; - hash = "sha256-dCmZaMyrBeOla+g43j4P9M3N1DQ0SN3HxqkKSamPlOQ="; + hash = "sha256-VweH6SWDYO9m0g2MS8awK00DwiflfPpyLep79U60uWw="; }; build-system = [ setuptools ];