python3.pkgs.pyhomematic: 0.1.57 -> 0.1.58

This commit is contained in:
Robert Schütz 2019-03-15 10:34:24 +01:00
parent 01a7acf382
commit 771272356c

View File

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