Merge pull request #176795 from fabaff/adb-shell-bump

python310Packages.adb-shell: 0.4.2 -> 0.4.3
This commit is contained in:
Fabian Affolter 2022-06-08 00:15:38 +02:00 committed by GitHub
commit ebb5a66200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [