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

This commit is contained in:
R. Ryantm
2025-08-26 15:14:24 +00:00
parent bb0aedfadf
commit c68bdbdd19
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "9.2.0";
version = "9.3.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = "python-homewizard-energy";
tag = "v${version}";
hash = "sha256-I+yAFHwrJ98BJFX2oyD5WPulDpp/PbD2XzkIXIIQKyo=";
hash = "sha256-qDLYvFl2gAPNAHJ4uwy0TqzkMUxx9hJ96QwyhbMaLqQ=";
};
postPatch = ''