python3Packages.python-homewizard-energy: 9.3.0 -> 10.0.0

This commit is contained in:
R. Ryantm
2026-01-08 00:52:32 +01:00
committed by Martin Weinelt
parent ec3f7cad94
commit b1bfa1bf79
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "9.3.0";
version = "10.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = "python-homewizard-energy";
tag = "v${version}";
hash = "sha256-qDLYvFl2gAPNAHJ4uwy0TqzkMUxx9hJ96QwyhbMaLqQ=";
hash = "sha256-nrQI3yuIetcM7/Abwvxr4ffZb91N2Hhti/YBaI11uKc=";
};
postPatch = ''