mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +03:00
python37Packages.HAP-python: 2.9.2 -> 3.0.0
This commit is contained in:
parent
3a2e9d2ac7
commit
61c302e76d
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "HAP-python";
|
pname = "HAP-python";
|
||||||
version = "2.9.2";
|
version = "3.0.0";
|
||||||
|
|
||||||
# pypi package does not include tests
|
# pypi package does not include tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ikalchev";
|
owner = "ikalchev";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1d2ji2psla7jq3f9grb0l665nf8qsy2rlbkr2qg1d1a7mvf80x7k";
|
sha256 = "07s1kjm9cz4m4ksj506la1ks3dq2b5mk412rjj9rpj98b0mxrr84";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue