Merge pull request #126815 from fabaff/bump-androidtv

python3Packages.androidtv: 0.0.59 -> 0.0.60
This commit is contained in:
Sandro 2021-06-14 14:21:55 +02:00 committed by GitHub
commit a8e04f3169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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