python3Packages.adb-shell: 0.2.3 -> 0.3.0
This commit is contained in:
parent
db9a28338f
commit
1dc2b42dfe
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "adb-shell";
|
pname = "adb-shell";
|
||||||
version = "0.2.3";
|
version = "0.3.0";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
owner = "JeffLIrion";
|
owner = "JeffLIrion";
|
||||||
repo = "adb_shell";
|
repo = "adb_shell";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ay598avmg656cxnc9phdx43z1plsrfjf9png9jwjwyhyjjiqxil";
|
sha256 = "0qnlhcd58zxh39cd5xzdx8yc5hc0pf8kix4rbn4avsapwb0l75n2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiofiles cryptography libusb1 pyasn1 rsa ];
|
propagatedBuildInputs = [ aiofiles cryptography libusb1 pyasn1 rsa ];
|
||||||
|
Loading…
Reference in New Issue
Block a user