Skip to content

Commit e4cb49e

Browse files
authored
home-assistant-custom-components.homematicip_local: 1.81.2 -> 1.82.0 (#394084)
2 parents f61cceb + 43faff3 commit e4cb49e

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
@@ -17,7 +17,7 @@
1717

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

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

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

0 commit comments

Comments
 (0)