python: pyhomematic: 0.1.46 -> 0.1.47
This commit is contained in:
parent
5544e3bfc1
commit
04bf203b9a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyhomematic";
|
pname = "pyhomematic";
|
||||||
version = "0.1.46";
|
version = "0.1.47";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0a0ba8de05fc6d60bbb0beec7e808fb231abcb566c3bc17de532f72b18fe2837";
|
sha256 = "bdac91dc6810b3d9f53d26daf6e6f26480c556fc3b43890e376aa23c17afd60b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# PyPI tarball does not include tests/ directory
|
# PyPI tarball does not include tests/ directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user