mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python3Packages.pyhomematic: 0.1.65 -> 0.1.66
This commit is contained in:
parent
a36bb64038
commit
70dc26349d
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyhomematic";
|
||||
version = "0.1.65";
|
||||
version = "0.1.66";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0a562dqxs2j9q0xyywrh43dlbpdqr3mhvrrk8abdpmgj6gl33zac";
|
||||
sha256 = "f046db8406ee8a1aea6f6b05de8a133d3459b990c065c3f66446050e9aad5d79";
|
||||
};
|
||||
|
||||
# PyPI tarball does not include tests/ directory
|
||||
|
Loading…
Reference in New Issue
Block a user