Skip to content

Commit

Permalink
Merge pull request #107952 from fabaff/bump-adb-shell
Browse files Browse the repository at this point in the history
python3Packages.adb-shell: 0.2.3 -> 0.3.0
  • Loading branch information
prusnak committed Dec 30, 2020
2 parents 29b658e + 1dc2b42 commit b8baadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/adb-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

buildPythonPackage rec {
pname = "adb-shell";
version = "0.2.3";
version = "0.3.0";

disabled = !isPy3k;

Expand All @@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "JeffLIrion";
repo = "adb_shell";
rev = "v${version}";
sha256 = "1ay598avmg656cxnc9phdx43z1plsrfjf9png9jwjwyhyjjiqxil";
sha256 = "0qnlhcd58zxh39cd5xzdx8yc5hc0pf8kix4rbn4avsapwb0l75n2";
};

propagatedBuildInputs = [ aiofiles cryptography libusb1 pyasn1 rsa ];
Expand Down

0 comments on commit b8baadc

Please sign in to comment.