mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python311Packages.androidtv: 0.0.71 -> 0.0.72
Diff: https://github.com/JeffLIrion/python-androidtv/compare/v0.0.71...v0.0.72
This commit is contained in:
parent
07654c80ab
commit
003526627a
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, adb-shell
|
, adb-shell
|
||||||
, aiofiles
|
, aiofiles
|
||||||
|
, async-timeout
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, mock
|
, mock
|
||||||
@ -11,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "androidtv";
|
pname = "androidtv";
|
||||||
version = "0.0.71";
|
version = "0.0.72";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -20,11 +21,12 @@ buildPythonPackage rec {
|
|||||||
owner = "JeffLIrion";
|
owner = "JeffLIrion";
|
||||||
repo = "python-androidtv";
|
repo = "python-androidtv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-vFEMOGxkt4zfOeKTKwr2tcBUSYRPSWNlaKUVcPIM34w=";
|
hash = "sha256-oDC5NWmdo6Ijxz2ER9CjtCZxWkancUNyxVe2ofH4c+Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
adb-shell
|
adb-shell
|
||||||
|
async-timeout
|
||||||
pure-python-adb
|
pure-python-adb
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user