summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ham/androidtv/purepythonadb.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-04-21 21:35:17 +0200
committermakefu <github@syntax-fehler.de>2020-04-21 21:35:17 +0200
commit91d94ddbb7ce6e211e79122da3e7f7a1193d582c (patch)
treebc8a07fa449aff07efb63ffe8ebcdac705a7c1b3 /makefu/2configs/ham/androidtv/purepythonadb.nix
parent7e77e6a637bba4a6efd4d046d68d477f6c19fe96 (diff)
ma ham/androidtv: bump python libs to correct version
Diffstat (limited to 'makefu/2configs/ham/androidtv/purepythonadb.nix')
-rw-r--r--makefu/2configs/ham/androidtv/purepythonadb.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/2configs/ham/androidtv/purepythonadb.nix b/makefu/2configs/ham/androidtv/purepythonadb.nix
index d4e763b7..c9b1ff5e 100644
--- a/makefu/2configs/ham/androidtv/purepythonadb.nix
+++ b/makefu/2configs/ham/androidtv/purepythonadb.nix
@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pure-python-adb";
- version = "0.2.3.dev0";
+ version = "0.2.2.dev0";
src = fetchPypi {
inherit pname version;
- sha256 = "88e5a4578435197799aa368fb1a5d87fe43e02a888cb7e85c2ad66173b383c89";
+ sha256 = "1xigv6c8xyb4g852nr3smz0137rnp81jvlikza071y7rc6pdzwza";
};
meta = with lib; {
@@ -18,4 +18,4 @@ buildPythonPackage rec {
license = licenses.mit;
# maintainers = [ maintainers. ];
};
-} \ No newline at end of file
+}