Merge pull request #126815 from fabaff/bump-androidtv

python3Packages.androidtv: 0.0.59 -> 0.0.60

authored by

Sandro and committed by
GitHub
a8e04f31 2bbf6c86

+2 -2
+2 -2
pkgs/development/python-modules/androidtv/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "androidtv"; 14 - version = "0.0.59"; 15 16 # pypi does not contain tests, using github sources instead 17 src = fetchFromGitHub { 18 owner = "JeffLIrion"; 19 repo = "python-androidtv"; 20 rev = "v${version}"; 21 - sha256 = "sha256-QuKWOo+QMBpVJglwvaSMbKKYMN/MW31E7BgIMchESG8="; 22 }; 23 24 propagatedBuildInputs = [ adb-shell pure-python-adb ]
··· 11 12 buildPythonPackage rec { 13 pname = "androidtv"; 14 + version = "0.0.60"; 15 16 # pypi does not contain tests, using github sources instead 17 src = fetchFromGitHub { 18 owner = "JeffLIrion"; 19 repo = "python-androidtv"; 20 rev = "v${version}"; 21 + sha256 = "sha256-GWCiRxZ6pHrcVkOKNGxSK8lUD0RohtED8czXIWUoVaM="; 22 }; 23 24 propagatedBuildInputs = [ adb-shell pure-python-adb ]