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.243 " ;
21+ version = "0.13.244 " ;
2222 pyproject = true ;
2323
2424 disabled = pythonOlder "3.13" ;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727 owner = "MatthewFlamm" ;
2828 repo = "pytest-homeassistant-custom-component" ;
2929 rev = "refs/tags/${ version } " ;
30- hash = "sha256-Y3+W+tS585N7+xikwhEdyn8mX19h/Udz1Uf6Ixw8OVo =" ;
30+ hash = "sha256-jYKPkhOKxi3Ue4Q/FHaBn/3p8b1VYsje1/awvOCBDfk =" ;
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.5.0 " ;
13+ version = "2025.5.1 " ;
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 tag = version ;
22- hash = "sha256-90rtXrTCYlply34iDRKkS8Wtx88NRK0eQBLtb4odRHo =" ;
22+ hash = "sha256-esKI8bqTI2ov5i0vrUDTjCPWKp7PG/Pay/lvYbvMQkU =" ;
2323 } ;
2424
2525 build-system = [
You can’t perform that action at this time.
0 commit comments