python3Packages.pyhomematic: 0.1.70 -> 0.1.71
This commit is contained in:
parent
db9a28338f
commit
5f27880c3b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue