python: homeassistant_pyozw: 0.1.1 -> 0.1.2
This commit is contained in:
parent
0a87ef4df2
commit
f5a014a2e9
|
@ -2,12 +2,12 @@
|
|||
|
||||
python_openzwave.overridePythonAttrs (oldAttrs: rec {
|
||||
pname = "homeassistant_pyozw";
|
||||
version = "0.1.1";
|
||||
version = "0.1.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "136582d1b948168991af8ba1011304684834a4a61a6588e1c1f70b439b6f2483";
|
||||
sha256 = "d64389f294b1fdee57adf78cd25ba45c9095facec3d80120182bbf8ba1fcdf05";
|
||||
};
|
||||
|
||||
meta.homepage = https://github.com/home-assistant/python-openzwave;
|
||||
|
|
Loading…
Reference in New Issue