python3.pkgs.pyhomematic: 0.1.54 -> 0.1.56

This commit is contained in:
Robert Schütz 2019-02-23 12:09:56 +01:00
parent acf9a579ce
commit 5694371e63

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pyhomematic";
version = "0.1.54";
version = "0.1.56";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "3c27f303e6a424229d2d5133af593c21f7d660bdf19d3d00641fbac08a6992c5";
sha256 = "ca9f222b99d80be4b7ef8a4427ab55368d14914a0516623e66d1da7563919169";
};
# PyPI tarball does not include tests/ directory