Martin Weinelt 2023-05-04 00:35:23 +02:00
parent 6adf005962
commit bc8b59f08e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,15 +7,17 @@
, fetchFromGitHub
, pycognito
, pytest-aiohttp
, pytest-timeout
, pytestCheckHook
, pythonOlder
, snitun
, warrant
, syrupy
, xmltodict
}:
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.64.0";
version = "0.66.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +26,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-30Z8KBgcd53Nd9lf39Wt28PaYFcnBZ5LC7B+1cestKM=";
hash = "sha256-LlVT5WRd2uhUaghThJ5ghPbX40QjqTenUC4txMx3Jlo=";
};
postPatch = ''
@ -41,12 +43,14 @@ buildPythonPackage rec {
attrs
pycognito
snitun
warrant
];
nativeCheckInputs = [
pytest-aiohttp
pytest-timeout
pytestCheckHook
syrupy
xmltodict
];
pythonImportsCheck = [