python3Packages.homematicip: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-11-12 04:20:59 +00:00
parent ff7090395a
commit a8beda8e98
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "homematicip";
version = "2.3.1";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "hahn-th";
repo = "homematicip-rest-api";
tag = version;
hash = "sha256-QDqBi2XbMdokUyRNJacDPa/VqESp4NCUHLByBuayd1g=";
hash = "sha256-Ye3UDItGbpF+7iqcBruep0Vb/Oj7KkF0z2HeZ44MeA0=";
};
build-system = [