about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-22 09:44:51 +0200
committerGitHub <noreply@github.com>2021-06-22 09:44:51 +0200
commit00ead2addd89654e843a5eb977ecb089044a2245 (patch)
tree9cea25517df6214bfde803328c4fd3291576e7fc
parent52a56d39104953bc73e8a2d3f9404f126f40efbd (diff)
parent1cf2a86110e5133ed624834bb35feb01f9d1166b (diff)
Merge pull request #127706 from fabaff/bump-adb-shell
python3Packages.adb-shell: 0.3.3 -> 0.3.4
-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 24ee4ee7ea449..22e4a67ff2ab4 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 = [