python310Packages.python-homewizard-energy: 1.3.1 -> 1.8.0

This commit is contained in:
R. Ryantm
2023-02-02 04:38:18 +01:00
committed by Martin Weinelt
parent f2898ed00a
commit a0042b45f0
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "1.3.1";
version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rj3WTDj2ey8unOxXkD4zbqwd0FDcyHPzsDrjtX7myj4=";
hash = "sha256-ab+Fa7Dc2mHGy5C5PfoBfXIb/eugCyGrWjTYlJmTQE0=";
};
nativeBuildInputs = [