about summary refs log tree commit diff
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-05-13 23:32:07 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-05-13 23:32:07 +0200
commit8ca46c110121e5b8055cf6789835ace9e528d757 (patch)
treee4fe595a441448e9df62bad99b0cac15bffcc2d2 /pkgs/development/python-modules/adb-shell
parent77523d2c66ebc2628032fda4bb0318e211c4214a (diff)
python3Packages.adb-shell: 0.3.1 -> 0.3.2
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 5377785ff25a1..6cbbe7c5d802e 100644
--- a/pkgs/development/python-modules/adb-shell/default.nix
+++ b/pkgs/development/python-modules/adb-shell/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "adb-shell";
-  version = "0.3.1";
+  version = "0.3.2";
 
   disabled = !isPy3k;
 
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "JeffLIrion";
     repo = "adb_shell";
     rev = "v${version}";
-    sha256 = "sha256-b+9ySme44TdIlVnF8AHBBGd8pkoeYG99wmDK/nyAreo=";
+    sha256 = "sha256-+K4fV8dlRpOZC5B7cvkfPRVK/2OBkH9qOmAnOwsm7kQ=";
   };
 
   propagatedBuildInputs = [