python3Packages.python-homewizard-energy: 8.3.2 -> 9.2.0

This commit is contained in:
R. Ryantm
2025-07-04 00:27:20 +02:00
committed by Martin Weinelt
parent 2df2ee8c22
commit 018a6134dd
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "8.3.2";
version = "9.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = "python-homewizard-energy";
tag = "v${version}";
hash = "sha256-koc82UHwr3TJZAzSX878fEbyRu8vddDLNpNelbnTr/8=";
hash = "sha256-I+yAFHwrJ98BJFX2oyD5WPulDpp/PbD2XzkIXIIQKyo=";
};
postPatch = ''