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 1616
1717buildPythonPackage rec {
1818 pname = "hahomematic" ;
19- version = "2024.11.8 " ;
19+ version = "2024.12.0 " ;
2020 pyproject = true ;
2121
2222 disabled = pythonOlder "3.12" ;
@@ -25,14 +25,14 @@ buildPythonPackage rec {
2525 owner = "danielperna84" ;
2626 repo = "hahomematic" ;
2727 rev = "refs/tags/${ version } " ;
28- hash = "sha256-fDHt9D2Lr3yVLhWYar4ANeq3W4A1lhAxSLTjWqJzJNE =" ;
28+ hash = "sha256-RLgJiapsRM8dMA4+T2S6DkSFjo+YBmVVpo1mOVKJ7EI =" ;
2929 } ;
3030
3131 __darwinAllowLocalNetworking = true ;
3232
3333 postPatch = ''
3434 substituteInPlace pyproject.toml \
35- --replace-fail "setuptools==75.1 .0" "setuptools" \
35+ --replace-fail "setuptools==75.6 .0" "setuptools" \
3636 '' ;
3737
3838 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 77buildHomeAssistantComponent rec {
88 owner = "danielperna84" ;
99 domain = "homematicip_local" ;
10- version = "1.72 .0" ;
10+ version = "1.73 .0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "danielperna84" ;
1414 repo = "custom_homematic" ;
1515 rev = "refs/tags/${ version } " ;
16- hash = "sha256-K46rlurJCFliCphoIdE2z9Zhpo8sJ4Wq/+xSfHJoPRc =" ;
16+ hash = "sha256-1ssmaX6G03i9KYgjCRMZqOG2apEZ0069fQnmVy2BVhA =" ;
1717 } ;
1818
1919 dependencies = [
You can’t perform that action at this time.
0 commit comments