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