0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.ha-philipsjs: 2.7.5 -> 2.7.6

This commit is contained in:
Fabian Affolter 2021-11-15 09:50:19 +01:00
parent 935f133a7b
commit af5e7e6662

View file

@ -12,14 +12,16 @@
buildPythonPackage rec {
pname = "ha-philipsjs";
version = "2.7.5";
version = "2.7.6";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "danielperna84";
repo = pname;
rev = version;
sha256 = "sha256-CAYyVNVq1rZZ/AYOAE8bfd7f94+PlAsnFRdguparNtY=";
sha256 = "sha256-U5XigLFkpRoIXcFB4dpxi8pxqcmmb20sv9i9J70s0C0=";
};
propagatedBuildInputs = [
@ -34,7 +36,9 @@ buildPythonPackage rec {
respx
];
pythonImportsCheck = [ "haphilipsjs" ];
pythonImportsCheck = [
"haphilipsjs"
];
meta = with lib; {
description = "Python library to interact with Philips TVs with jointSPACE API";