Fabian Affolter 2024-02-06 08:56:36 +01:00
parent 8cc79aa39b
commit b3afa52e77

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aioecowitt";
version = "2023.5.0";
version = "2024.2.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uEA3OA/QOQ/h6ZMnb5hGQXHyqNO+KLmDSZMQBvmRwtE=";
hash = "sha256-vKpzD6m0zG8yAghmoNKcufqoJUYOTxN3w+ix1ObuLpw=";
};
propagatedBuildInputs = [