summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-07 21:54:10 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-07 21:54:10 +0200
commit9ad297f457fad9aa0d9684a5086b27646a414b85 (patch)
tree2c6dc01a43f125d7a185bdf7c50921c10c066977 /pkgs/development/python-modules/adb-shell
parent7ab4ac4a104fc875db01770e48a69bb2848411dd (diff)
python310Packages.adb-shell: 0.4.2 -> 0.4.3
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 bc10948f070f..f117167c8df0 100644
--- a/pkgs/development/python-modules/adb-shell/default.nix
+++ b/pkgs/development/python-modules/adb-shell/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "adb-shell";
- version = "0.4.2";
+ version = "0.4.3";
format = "setuptools";
disabled = !isPy3k;
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
- hash = "sha256-8tclSjmLlTAIeq6t7YPGtJwvSwtlzQ7sRAQatcQRzeY=";
+ hash = "sha256-+RU3nyJpHq0r/9erEbjUILpwIPWq14HdOX7LkSxySs4=";
};
propagatedBuildInputs = [