mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python3.pkgs.pyhomematic: 0.1.53 -> 0.1.54
This commit is contained in:
parent
b936b2ddac
commit
f3902687b8
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyhomematic";
|
||||
version = "0.1.53";
|
||||
version = "0.1.54";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1crqdqbv7yqw2pasydy51ps048phbdn7s37xaba9npd1xm8g7jvh";
|
||||
sha256 = "3c27f303e6a424229d2d5133af593c21f7d660bdf19d3d00641fbac08a6992c5";
|
||||
};
|
||||
|
||||
# PyPI tarball does not include tests/ directory
|
||||
|
Loading…
Reference in New Issue
Block a user