python3.pkgs.pyhomematic: 0.1.59 -> 0.1.60

This commit is contained in:
Robert Schütz 2019-10-09 17:26:00 +02:00 committed by Jon
parent 67323040e3
commit 2355cc13b9

View File

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