python312Packages.hass-nabucasa: 0.82.0 -> 0.83.0

https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.83.0
This commit is contained in:
Martin Weinelt
2024-11-07 19:04:57 +01:00
parent c67bf93d90
commit 060c517bae
@@ -8,7 +8,6 @@
ciso8601,
cryptography,
fetchFromGitHub,
fetchpatch2,
pycognito,
pyjwt,
pytest-aiohttp,
@@ -18,21 +17,22 @@
setuptools,
snitun,
syrupy,
webrtc-models,
xmltodict,
}:
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.82.0";
version = "0.83.0";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "nabucasa";
repo = "hass-nabucasa";
rev = "refs/tags/${version}";
hash = "sha256-hRhRXpiIPrI3umOhsVWLwkSwtEfwevC3fNvJElhKy+I=";
hash = "sha256-1l0nLSY+r5ujYo3pHzicqnmZ49OH8elVLGpK3lqCaTo=";
};
pythonRelaxDeps = [ "acme" ];
@@ -49,6 +49,7 @@ buildPythonPackage rec {
pycognito
pyjwt
snitun
webrtc-models
];
nativeCheckInputs = [