python311Packages.python-homewizard-energy: 5.0.0 -> 6.0.0 (#313937)

https://github.com/homewizard/python-homewizard-energy/releases/tag/v6.0.0
This commit is contained in:
R. RyanTM
2024-06-07 13:35:12 +02:00
committed by Martin Weinelt
parent 529336d275
commit b82b920da2
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-homewizard-energy";
version = "5.0.0";
version = "6.0.0";
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-z9JJHS7w/lugV23xJjWHBWVQp38J3CKtj4IuDvpPQJw=";
hash = "sha256-tOoNC9MysL5PcIa1N/GjzNy+4+ovZGQznYYDt1o6f4c=";
};
postPatch = ''
@@ -31,9 +31,9 @@ buildPythonPackage rec {
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
aiohttp
async-timeout
];