home-assistant.pythonPackages.pytest-home-assistant-custom-component: 0.13.340 -> 0.13.345

This commit is contained in:
Martin Weinelt
2026-07-05 01:05:35 +02:00
parent 9af14666ab
commit 5534c1822f
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.340";
version = "0.13.345";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
tag = version;
hash = "sha256-08hshNdSbOJSu/uJVBeZSxksYaCSZo7KjwwyaooqNGo=";
hash = "sha256-Px4uPBn/drE9gbpszJDMwlaHNWk/dLvdmgqcgY770V0=";
};
build-system = [ setuptools ];