Merge pull request #122388 from fabaff/bump-androidtv

This commit is contained in:
Martin Weinelt 2021-05-10 19:23:35 +02:00 committed by GitHub
commit 4280bbe7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "androidtv";
version = "0.0.58";
version = "0.0.59";
# pypi does not contain tests, using github sources instead
src = fetchFromGitHub {
owner = "JeffLIrion";
repo = "python-androidtv";
rev = "v${version}";
sha256 = "sha256-/5sYiYRFa8XJJ4QSxLzJBHaKfAKsGETiVDHerNQ79U8=";
sha256 = "sha256-QuKWOo+QMBpVJglwvaSMbKKYMN/MW31E7BgIMchESG8=";
};
propagatedBuildInputs = [ adb-shell pure-python-adb ]

View File

@ -202,6 +202,7 @@ in with py.pkgs; buildPythonApplication rec {
"accuweather"
"airly"
"analytics"
"androidtv"
"alert"
"api"
"auth"