Skip to content

Commit 70428ae

Browse files
authored
home-assistant-custom-components.homematicip_local: 1.72.0 -> 1.73.0 (NixOS#362593)
2 parents 1426c25 + 7e81a7f commit 70428ae

File tree

2 files changed

+5
-5
lines changed
  • pkgs
    • development/python-modules/hahomematic
    • servers/home-assistant/custom-components/homematicip_local

2 files changed

+5
-5
lines changed

pkgs/development/python-modules/hahomematic/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage 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 ];

pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
buildHomeAssistantComponent 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 = [

0 commit comments

Comments
 (0)