home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.324 -> 0.13.325

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.324...0.13.325

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.325/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-04-25 16:26:55 -07:00
parent bd619e4205
commit c3fcb51eff
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.324";
version = "0.13.325";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-gN9lU2H8XVQgjtA3x7jiP9B1QqPq8oz9XfOCmi/EohI=";
hash = "sha256-Rs3CZsQDL/gCgJzUwBEbAX56EUNugpmwxNAAQRK6Nvs=";
};
build-system = [ setuptools ];