summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2020-12-30 10:32:41 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2020-12-30 10:32:41 +0100
commit1dc2b42dfe426445bddc45143e639eaa1be8252f (patch)
tree7c9306113c508cc85496a35f43821b6bc76dac09 /pkgs/development/python-modules/adb-shell
parentdb9a28338f4bfa0c571881eec4745bae2708b42f (diff)
python3Packages.adb-shell: 0.2.3 -> 0.3.0
Diffstat (limited to 'pkgs/development/python-modules/adb-shell')
-rw-r--r--pkgs/development/python-modules/adb-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/adb-shell/default.nix b/pkgs/development/python-modules/adb-shell/default.nix
index 9b2de53201ba..9cd3fe362334 100644
--- a/pkgs/development/python-modules/adb-shell/default.nix
+++ b/pkgs/development/python-modules/adb-shell/default.nix
@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "adb-shell";
- version = "0.2.3";
+ version = "0.3.0";
disabled = !isPy3k;
@@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
- sha256 = "1ay598avmg656cxnc9phdx43z1plsrfjf9png9jwjwyhyjjiqxil";
+ sha256 = "0qnlhcd58zxh39cd5xzdx8yc5hc0pf8kix4rbn4avsapwb0l75n2";
};
propagatedBuildInputs = [ aiofiles cryptography libusb1 pyasn1 rsa ];