summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-02-17 12:03:46 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-02-17 12:03:46 +0100
commit549ff413cecd2fe6f880881aa5153c19ebc19f5b (patch)
treef66577d374d37ae6688ca56d0230a2b959b3286a /pkgs/development/python-modules/adb-shell
parent2489d95c1c7411af79922076f2118474f4291108 (diff)
python3Packages.adb-shell: 0.3.0 -> 0.3.1
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 9cd3fe362334..ab386505b9fd 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.3.0";
+ version = "0.3.1";
disabled = !isPy3k;
@@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
- sha256 = "0qnlhcd58zxh39cd5xzdx8yc5hc0pf8kix4rbn4avsapwb0l75n2";
+ sha256 = "sha256-b+9ySme44TdIlVnF8AHBBGd8pkoeYG99wmDK/nyAreo=";
};
propagatedBuildInputs = [ aiofiles cryptography libusb1 pyasn1 rsa ];