python3Packages.androidtv: 0.0.58 -> 0.0.59

This commit is contained in:
Fabian Affolter 2021-05-09 22:58:29 +02:00
parent d9e8a89085
commit 521763440f

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 ]