Merge pull request #61754 from dotlambda/home-assistant-0.93

home-assistant: 0.92.2 -> 0.93.2
This commit is contained in:
Robert Schütz
2019-05-27 16:30:54 +02:00
committed by GitHub
5 changed files with 27 additions and 40 deletions

View File

@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pyhomematic";
version = "0.1.58";
version = "0.1.59";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "b390400169a4d57b3ddc3bf2123d71f2c9ef9042a50906e13253aa67311f5183";
sha256 = "4406d9bf49d570ef0ba80be9cf8eb4bd75c08a2909369ebd90b8e94ff07f116e";
};
# PyPI tarball does not include tests/ directory