Skip to content

Commit

Permalink
home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.1…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 6, 2025
1 parent 46ea602 commit 58fa7e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "pytest-homeassistant-custom-component";
version = "0.13.204";
version = "0.13.210";
pyproject = true;

disabled = pythonOlder "3.12";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "MatthewFlamm";
repo = "pytest-homeassistant-custom-component";
rev = "refs/tags/${version}";
hash = "sha256-yYcUQwf9DDeJvnkmPPvESJdXt7VY/TVYD6UoguXta5s=";
hash = "sha256-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 58fa7e7

Please sign in to comment.