home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.299 -> 0.13.300

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.299...0.13.300

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.300/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-12-08 22:14:58 -08:00
parent e94f11872e
commit b3c6dc4830
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.299";
version = "0.13.300";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-OrrGPqYfwropHdIfLJsTkK5uiUeRxQn9j54VvYPtzok=";
hash = "sha256-8SLhkzGKfT2RLWeKq3e8SZHD2H1Pm0uX/G3OqUGICxg=";
};
build-system = [ setuptools ];