home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.308 -> 0.13.313

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.308...0.13.313

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.313/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-02-04 21:46:18 -08:00
parent 5fd490608e
commit 511f2fabb6
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.308";
version = "0.13.313";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-ErRtbRwlke4UMJuXgfvEz6rM5VY583a7Jn+sU0nLnNo=";
hash = "sha256-8KUWwMYguS73qc0ZpRgRUWHr9TavNcYyqme5I+VZ8Ng=";
};
build-system = [ setuptools ];