We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4139dde + c68bdbd commit b2b1f8eCopy full SHA for b2b1f8e
pkgs/development/python-modules/python-homewizard-energy/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "python-homewizard-energy";
23
- version = "9.2.0";
+ version = "9.3.0";
24
pyproject = true;
25
26
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "DCSBL";
30
repo = "python-homewizard-energy";
31
tag = "v${version}";
32
- hash = "sha256-I+yAFHwrJ98BJFX2oyD5WPulDpp/PbD2XzkIXIIQKyo=";
+ hash = "sha256-qDLYvFl2gAPNAHJ4uwy0TqzkMUxx9hJ96QwyhbMaLqQ=";
33
};
34
35
postPatch = ''
0 commit comments