File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/development/python-modules/sdkmanager Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "sdkmanager" ;
16- version = "0.6.8 " ;
16+ version = "0.6.11 " ;
1717 pyproject = true ;
1818
1919 disabled = pythonOlder "3.5" ;
2020
2121 src = fetchFromGitLab {
2222 owner = "fdroid" ;
23- repo = pname ;
24- rev = version ;
25- hash = "sha256-Ev90WS/T+Rb8h/21XHQdy/GePhGiYWwyfP88OUyBojQ =" ;
23+ repo = "sdkmanager" ;
24+ tag = version ;
25+ hash = "sha256-UBBko5copc5y9kdUr8jqJgijxRLfpRuJmT1QSow/eVg =" ;
2626 } ;
2727
2828 pythonRelaxDeps = [ "urllib3" ] ;
@@ -47,11 +47,11 @@ buildPythonPackage rec {
4747
4848 pythonImportsCheck = [ "sdkmanager" ] ;
4949
50- meta = with lib ; {
50+ meta = {
5151 homepage = "https://gitlab.com/fdroid/sdkmanager" ;
5252 description = "Drop-in replacement for sdkmanager from the Android SDK written in Python" ;
5353 mainProgram = "sdkmanager" ;
54- license = licenses . agpl3Plus ;
55- maintainers = with maintainers ; [ linsui ] ;
54+ license = lib . licenses . agpl3Plus ;
55+ maintainers = with lib . maintainers ; [ linsui ] ;
5656 } ;
5757}
You can’t perform that action at this time.
0 commit comments