home-assistant.python3Packages.pytest-homeassistant-custom-component: 0.13.336 -> 0.13.337

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.336...0.13.337

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.337/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-06-05 23:23:14 -07:00
parent fb544afe3f
commit 1dee995d54
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.336";
version = "0.13.337";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-TyU9w1bqCJ780AIUgvNa3XO6pYxrGAKuD28WxBvbink=";
hash = "sha256-q5k38dN8Dwgvm29Zf8tkFCOt0Tj9J8ZDDyT57oHq5Os=";
};
build-system = [ setuptools ];