From 58fa7e7d0b3ea05c7bdce6ec8fd01185502962c0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 6 Feb 2025 18:54:36 +0100 Subject: [PATCH] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.204 -> 0.13.210 https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.210/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 3434aeb4ff97..1cea64518f09 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.204"; + version = "0.13.210"; pyproject = true; disabled = pythonOlder "3.12"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; rev = "refs/tags/${version}"; - hash = "sha256-yYcUQwf9DDeJvnkmPPvESJdXt7VY/TVYD6UoguXta5s="; + hash = "sha256-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg="; }; build-system = [ setuptools ];