python37Packages.pyhomematic: 0.1.62 -> 0.1.65

This commit is contained in:
R. RyanTM 2020-04-10 23:28:08 +00:00 committed by Jon
parent 4caa5095d9
commit f19d5dd11f

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pyhomematic";
version = "0.1.62";
version = "0.1.65";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "3547ad176f287a9d3b4409692485b6fb456107d70350a32071423e13803cfdab";
sha256 = "0a562dqxs2j9q0xyywrh43dlbpdqr3mhvrrk8abdpmgj6gl33zac";
};
# PyPI tarball does not include tests/ directory