python: zigpy-homeassistant: 0.11.0 -> 0.19.0
This commit is contained in:
parent
828e43f785
commit
0f6a55aec2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zigpy-homeassistant";
|
pname = "zigpy-homeassistant";
|
||||||
version = "0.11.0";
|
version = "0.19.0";
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest pytest-asyncio asynctest ];
|
nativeBuildInputs = [ pytest pytest-asyncio asynctest ];
|
||||||
buildInputs = [ aiohttp pycryptodome ];
|
buildInputs = [ aiohttp pycryptodome ];
|
||||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "021wg9yhz8dsif60r8s5621mf63bsayjjb2bimhq0am03ql0fysl";
|
sha256 = "779cff7affb86b7141aa641c188342b22be0ec766adee0d180c93e74e2b10adc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user