mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
python: homeassistant_pyozw: 0.1.0 -> 0.1.1
This commit is contained in:
parent
9b677037ff
commit
0731b51779
|
@ -2,12 +2,12 @@
|
|||
|
||||
python_openzwave.overridePythonAttrs (oldAttrs: rec {
|
||||
pname = "homeassistant_pyozw";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "bca4062906f65db9b4668388e6755d6ea3ee9e1b02ad3ed81738bb4d32a79342";
|
||||
sha256 = "136582d1b948168991af8ba1011304684834a4a61a6588e1c1f70b439b6f2483";
|
||||
};
|
||||
|
||||
meta.homepage = https://github.com/home-assistant/python-openzwave;
|
||||
|
|
Loading…
Reference in a new issue