R. RyanTM
2024-08-09 14:46:58 +02:00
committed by Martin Weinelt
parent 074f0675b7
commit 18d48e5337
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "6.0.0";
version = "6.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "DCSBL";
repo = "python-homewizard-energy";
rev = "refs/tags/v${version}";
hash = "sha256-tOoNC9MysL5PcIa1N/GjzNy+4+ovZGQznYYDt1o6f4c=";
hash = "sha256-DIDHUyos2XScoYZfI3o33UN2R0J/Xc2/JQvtzCXZTts=";
};
postPatch = ''