Merge pull request #114045 from fabaff/bump-androidtv

python3Packages.androidtv: 0.0.57 -> 0.0.58
This commit is contained in:
Fabian Affolter 2021-02-23 10:06:41 +01:00 committed by GitHub
commit 57dec04aa6
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.57";
version = "0.0.58";
# pypi does not contain tests, using github sources instead
src = fetchFromGitHub {
owner = "JeffLIrion";
repo = "python-androidtv";
rev = "v${version}";
sha256 = "sha256-xOLMUf72VHeBzbMnhJGOnUIKkflnY4rV9NS/P1aYLJc=";
sha256 = "sha256-/5sYiYRFa8XJJ4QSxLzJBHaKfAKsGETiVDHerNQ79U8=";
};
propagatedBuildInputs = [ adb-shell pure-python-adb ]