File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/hahomematic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments