File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
development/python-modules/hahomematic
servers/home-assistant/custom-components/homematicip_local Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage rec {
1919 pname = "hahomematic" ;
20- version = "2025.2.5 " ;
20+ version = "2025.3.0 " ;
2121 pyproject = true ;
2222
2323 disabled = pythonOlder "3.13" ;
@@ -26,14 +26,14 @@ buildPythonPackage rec {
2626 owner = "SukramJ" ;
2727 repo = "hahomematic" ;
2828 tag = version ;
29- hash = "sha256-cBj5dwCGJ5++qAZ0JxlqIQKm/Lw3vWVH1DBVVDvkFco =" ;
29+ hash = "sha256-EnKK+kGnTr5+aDyDIfXI17KkytYi0nMk1NLV/gukOhE =" ;
3030 } ;
3131
3232 __darwinAllowLocalNetworking = true ;
3333
3434 postPatch = ''
3535 substituteInPlace pyproject.toml \
36- --replace-fail "setuptools==75.8.0 " "setuptools" \
36+ --replace-fail "setuptools==75.8.2 " "setuptools" \
3737 '' ;
3838
3939 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 99buildHomeAssistantComponent rec {
1010 owner = "SukramJ" ;
1111 domain = "homematicip_local" ;
12- version = "1.81.2 " ;
12+ version = "1.82.0 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "SukramJ" ;
1616 repo = "custom_homematic" ;
1717 tag = version ;
18- hash = "sha256-8B1zaU0fMRN2drJvfdifEXM2bXwHBD6PP7/c8lXQPLA =" ;
18+ hash = "sha256-4JWFjigTDhU0Fjcw5SCBBFQSV2q6IjiueNGSgpPaiNw =" ;
1919 } ;
2020
2121 postPatch = ''
You can’t perform that action at this time.
0 commit comments