python310Packages.adb-shell: 0.4.2 -> 0.4.3

This commit is contained in:
Fabian Affolter 2022-06-07 21:54:10 +02:00
parent 7ab4ac4a10
commit 9ad297f457

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