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

https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.329/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-05-07 08:26:56 +02:00
parent c3e4e0494a
commit 9b3789ef39
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.325";
version = "0.13.329";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-Rs3CZsQDL/gCgJzUwBEbAX56EUNugpmwxNAAQRK6Nvs=";
hash = "sha256-ZE/zBXWk/GXBQAJ94pBjrW2GTburiMqlvkcjCFi4NLU=";
};
build-system = [ setuptools ];