home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.314 -> 0.13.315

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.314...0.13.315

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.315/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-02-13 21:29:10 -08:00
parent a7271f1a3c
commit 20cf407900
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.314";
version = "0.13.315";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-S7IAFz2wljnoaOTa0/oEY/sZredLPtycp2l6EyZihEE=";
hash = "sha256-Ce+yUUgWqyY3ltcwwpkquD+EEiBmLmsZRcGqqDHZ+hI=";
};
build-system = [ setuptools ];