File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/servers/home-assistant Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "pytest-homeassistant-custom-component" ;
21- version = "0.13.210 " ;
21+ version = "0.13.213 " ;
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-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg =" ;
30+ hash = "sha256-mYdG3LFjkm7vkQTLW/5kRe/Yrflq1jZGgQRiIuIqJYg =" ;
3131 } ;
3232
3333 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "homeassistant-stubs" ;
13- version = "2025.2.1 " ;
13+ version = "2025.2.3 " ;
1414 pyproject = true ;
1515
1616 disabled = python . version != home-assistant . python . version ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "KapJI" ;
2020 repo = "homeassistant-stubs" ;
2121 rev = "refs/tags/${ version } " ;
22- hash = "sha256-Lw+eItDQX77jKIE9/9S0C9khzR+HMHFPGvPpzRHwrZw =" ;
22+ hash = "sha256-bb9LAgra8AVqoNsyL95wrOt9JXMPnT7FxwU1+JLKw5c =" ;
2323 } ;
2424
2525 build-system = [
You can’t perform that action at this time.
0 commit comments