python311Packages.hass-nabucasa: 0.71.0 -> 0.74.0
https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.74.0
This commit is contained in:
parent
d835d8825c
commit
29f7506f59
1 changed files with 13 additions and 4 deletions
|
@ -4,12 +4,15 @@
|
|||
, atomicwrites-homeassistant
|
||||
, attrs
|
||||
, buildPythonPackage
|
||||
, ciso8601
|
||||
, cryptography
|
||||
, fetchFromGitHub
|
||||
, pycognito
|
||||
, pytest-aiohttp
|
||||
, pytest-timeout
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, snitun
|
||||
, syrupy
|
||||
, xmltodict
|
||||
|
@ -17,16 +20,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hass-nabucasa";
|
||||
version = "0.71.0";
|
||||
format = "setuptools";
|
||||
version = "0.74.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nabucasa";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-2v8LEVYY7PEzcIMaXcy9h+8O2KrU0zTKyZb2IrO35JQ=";
|
||||
hash = "sha256-r4Huvn9mBqnASpUd+drwORE+fApLV/l6Y3aO/UIiEC8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -36,11 +39,17 @@ buildPythonPackage rec {
|
|||
--replace "snitun==" "snitun>=" \
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
acme
|
||||
aiohttp
|
||||
atomicwrites-homeassistant
|
||||
attrs
|
||||
ciso8601
|
||||
cryptography
|
||||
pycognito
|
||||
snitun
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue