9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 hash = "sha256-wxV8DKeTwKpFTUBuGTQXaVHc0eW1//Y+2V8Kgs85TDM=";
31 pythonImportsCheck = [
36 description = "URL utilities for markdown-it";
37 homepage = "https://github.com/hukkin/mdurl";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];