Skip to content

Commit caaf722

Browse files
committed
home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.201 -> 0.13.202
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.202/CHANGELOG.md
1 parent 4c488e0 commit caaf722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pytest-homeassistant-custom-component";
21-
version = "0.13.201";
21+
version = "0.13.202";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "MatthewFlamm";
2828
repo = "pytest-homeassistant-custom-component";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-WWfVxLYW5V5q0huBoST3n64Fm9f69rjv8B6g96ZaFDc=";
30+
hash = "sha256-MoOIEoJna3nROYYvMzVSV6qpQN/qoDumr3sDOrECZh4=";
3131
};
3232

3333
build-system = [ setuptools ];

0 commit comments

Comments
 (0)