python3.pkgs.homeassistant-pyozw: init at 0.1.0
This commit is contained in:
parent
484a5c6152
commit
92148ea5a0
@ -0,0 +1,14 @@
|
|||||||
|
{ python_openzwave, fetchPypi }:
|
||||||
|
|
||||||
|
python_openzwave.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
pname = "homeassistant_pyozw";
|
||||||
|
version = "0.1.0";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
extension = "zip";
|
||||||
|
sha256 = "bca4062906f65db9b4668388e6755d6ea3ee9e1b02ad3ed81738bb4d32a79342";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta.homepage = https://github.com/home-assistant/python-openzwave;
|
||||||
|
})
|
@ -2468,6 +2468,8 @@ in {
|
|||||||
|
|
||||||
hetzner = callPackage ../development/python-modules/hetzner { };
|
hetzner = callPackage ../development/python-modules/hetzner { };
|
||||||
|
|
||||||
|
homeassistant-pyozw = callPackage ../development/python-modules/homeassistant-pyozw { };
|
||||||
|
|
||||||
htmllaundry = callPackage ../development/python-modules/htmllaundry { };
|
htmllaundry = callPackage ../development/python-modules/htmllaundry { };
|
||||||
|
|
||||||
html5lib = callPackage ../development/python-modules/html5lib { };
|
html5lib = callPackage ../development/python-modules/html5lib { };
|
||||||
|
Loading…
Reference in New Issue
Block a user