summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-06-21 20:06:20 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-06-21 20:06:20 +0200
commit1cf2a86110e5133ed624834bb35feb01f9d1166b (patch)
tree5e65c98a0c81f7160cf7986bf9125938986a8fc7 /pkgs/development/python-modules/adb-shell
parent4d66930f13656cada9f326299ed45c5df3522d28 (diff)
python3Packages.adb-shell: 0.3.3 -> 0.3.4
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 24ee4ee7ea44..22e4a67ff2ab 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.3";
+ version = "0.3.4";
disabled = !isPy3k;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
- sha256 = "sha256-QVSPQk/QNnIjTgKGuIg0e58qCH91wn7e4TwgWSmOJEk=";
+ sha256 = "sha256-H1GVbMeaVUZh8T1jgZP2o+emEkK4fOi5k4aL9ayVesA=";
};
propagatedBuildInputs = [