10 src = fetchFromGitHub {
11 owner = "justfoolingaround";
13 # Using the commit hash because upstream does not have releases. https://github.com/justfoolingaround/anchor/issues/1
14 rev = "4cedb6a51877ed3a292cad61eb19013382915e86";
15 hash = "sha256-t75IFBSz6ncHRqXRxbrM9EQdr8xPXjSd9di+/y2LegE=";
18 pythonImportsCheck = [ "anchor" ];
21 description = "Python library for scraping";
22 homepage = "https://github.com/justfoolingaround/anchor";
23 license = licenses.unfree;
24 maintainers = with maintainers; [ passivelemon ];