Merge pull request #108161 from fabaff/bump-pyhomematic

python3Packages.pyhomematic: 0.1.70 -> 0.1.71
This commit is contained in:
Pavol Rusnak 2021-01-02 16:55:06 +01:00 committed by GitHub
commit a1e73d4faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pyhomematic";
version = "0.1.70";
version = "0.1.71";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1c9ae61c870e37348483966f6aa46f650f339f5f1169e5beb19d681c6434c247";
sha256 = "0z09bw2mlhg7n9jyqmcyir306wpxr5nw1qsp5ps2iaw1qnyz5s9n";
};
# PyPI tarball does not include tests/ directory