summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-10-22 18:23:24 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-10-22 18:23:24 +0200
commitd923a443dcabde7e74198eac5803f06b77f2f7d2 (patch)
tree01d23613df28ad0015d08f64f396aaa0067b0627 /pkgs/development/python-modules/adb-shell
parent1cab3e231b41f38f2d2cbf5617eb7b88e433428a (diff)
python3Packages.adb-shell: 0.4.1 -> 0.4.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 9094b1c780cf..bc71e3721288 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.4.1";
+ version = "0.4.2";
disabled = !isPy3k;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
- sha256 = "sha256-E7sX+N6d5Otwp1AbdPCnQJ2YT/k89+6kMJDLt8U2Dsg=";
+ sha256 = "sha256-8tclSjmLlTAIeq6t7YPGtJwvSwtlzQ7sRAQatcQRzeY=";
};
propagatedBuildInputs = [