mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #50600 from r-ryantm/auto-update/python3.6-pyhomematic
python36Packages.pyhomematic: 0.1.50 -> 0.1.51
This commit is contained in:
commit
1145aa8c22
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyhomematic";
|
||||
version = "0.1.50";
|
||||
version = "0.1.51";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d1b13b2786784b197e279e82fb0fbdb11cb55df91b48c12160d85de435fd4046";
|
||||
sha256 = "1cgzyb0bnzh7xy9nz28sncl941rk51ib1liypj27y7iq3g6pjhi7";
|
||||
};
|
||||
|
||||
# PyPI tarball does not include tests/ directory
|
||||
|
Loading…
Reference in New Issue
Block a user