Skip to content

Commit b2b1f8e

Browse files
authored
python3Packages.python-homewizard-energy: 9.2.0 -> 9.3.0 (#437149)
2 parents 4139dde + c68bdbd commit b2b1f8e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-homewizard-energy

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-homewizard-energy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "python-homewizard-energy";
23-
version = "9.2.0";
23+
version = "9.3.0";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "DCSBL";
3030
repo = "python-homewizard-energy";
3131
tag = "v${version}";
32-
hash = "sha256-I+yAFHwrJ98BJFX2oyD5WPulDpp/PbD2XzkIXIIQKyo=";
32+
hash = "sha256-qDLYvFl2gAPNAHJ4uwy0TqzkMUxx9hJ96QwyhbMaLqQ=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)