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
|
||||
, adb-shell
|
||||
, aiofiles
|
||||
, async-timeout
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, mock
|
||||
@ -11,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "androidtv";
|
||||
version = "0.0.71";
|
||||
version = "0.0.72";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -20,11 +21,12 @@ buildPythonPackage rec {
|
||||
owner = "JeffLIrion";
|
||||
repo = "python-androidtv";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-vFEMOGxkt4zfOeKTKwr2tcBUSYRPSWNlaKUVcPIM34w=";
|
||||
hash = "sha256-oDC5NWmdo6Ijxz2ER9CjtCZxWkancUNyxVe2ofH4c+Q=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
adb-shell
|
||||
async-timeout
|
||||
pure-python-adb
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user