Skip to content

Commit 05c78a8

Browse files
committed
1 parent c55d81a commit 05c78a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 ];

0 commit comments

Comments
 (0)