Skip to content

Commit 74c6e46

Browse files
committed
1 parent 6d1e731 commit 74c6e46

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
@@ -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 ];

0 commit comments

Comments
 (0)