python: pyhomematic: 0.1.67 -> 0.1.68
This commit is contained in:
parent
08aeb8cb48
commit
8986085179
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyhomematic";
|
pname = "pyhomematic";
|
||||||
version = "0.1.67";
|
version = "0.1.68";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2d18e0059367e9e32d6472023322113fce431bcc72187b4a6eb7402fe5d2794b";
|
sha256 = "7f8ec68238a441cfe593fa9028509fd0c3dc67400b4dd520c8c02088f177302e";
|
||||||
};
|
};
|
||||||
|
|
||||||
# PyPI tarball does not include tests/ directory
|
# PyPI tarball does not include tests/ directory
|
||||||
|
Loading…
Reference in New Issue
Block a user