home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.320 -> 0.13.321

Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.320...0.13.321

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.321/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-04-02 13:10:38 -07:00
parent 6490f0cf05
commit dec237b68e
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.320";
version = "0.13.321";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-VweH6SWDYO9m0g2MS8awK00DwiflfPpyLep79U60uWw=";
hash = "sha256-slmIxLRbicyzYhnYmefLnPcqq//wRjmJ5xGeJBYxacQ=";
};
build-system = [ setuptools ];