From 86b9cd5b62860f97e984a7d21f4323138170ac19 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 5 Jul 2025 12:53:28 +0200 Subject: [PATCH] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.260 -> 0.13.261 https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.261/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 ebbcdae4bf9b..9323bd615afa 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.260"; + version = "0.13.261"; pyproject = true; disabled = pythonOlder "3.13"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; rev = "refs/tags/${version}"; - hash = "sha256-WiZxfbJLdWf0iPXu/EZIZ+IurL5fk4AxwTcxHKj79Co="; + hash = "sha256-23qNOWz04uEPg2SHsdERVcFuYoVK16lznWYm8R1fJXc="; }; build-system = [ setuptools ];