about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-06 22:51:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-06-06 22:51:50 +0200
commit5d02a87bf7ae5bedacb95b9e91e37b61ee735b59 (patch)
tree3b487442138f356d75604d48324f3f3035c21879
parentdc7d4dece5b16e2ea9f2524dd2a14eb88d17a88d (diff)
python311Packages.adb-enhanced: 2.5.18 -> 2.5.21
Diff: https://github.com/ashishb/adb-enhanced/compare/refs/tags/2.5.18...2.5.21
-rw-r--r--pkgs/development/python-modules/adb-enhanced/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/adb-enhanced/default.nix b/pkgs/development/python-modules/adb-enhanced/default.nix
index 4d7c6203a84ee..12726a6bac513 100644
--- a/pkgs/development/python-modules/adb-enhanced/default.nix
+++ b/pkgs/development/python-modules/adb-enhanced/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "adb-enhanced";
-  version = "2.5.18";
+  version = "2.5.21";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "ashishb";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-xsl8AentI4Tqo2mHWFRi6myyb0/MemATJz9erKN9eKQ=";
+    hash = "sha256-kisP2RXpQa5uc53M3wcqN+1xgE/MGa2dVYzHnr1dgX8=";
   };
 
   propagatedBuildInputs = [