linkchecker: 10.2.1 -> 10.6.0

authored by Petr Zahradnik and committed by Peter Hoeg 19f5098f 4d9b5532

+2 -7
+2 -7
pkgs/by-name/li/linkchecker/package.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "linkchecker"; 10 - version = "10.2.1"; 10 + version = "10.6.0"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "linkchecker"; 15 15 repo = "linkchecker"; 16 16 tag = "v${version}"; 17 - hash = "sha256-z7Qp74cai8GfsxB4n9dSCWQepp0/4PimFiRJQBaVSoo="; 17 + hash = "sha256-CzDShtqcGO2TP5qNVf2zkI3Yyh80I+pSVIFzmi3AaGQ="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ gettext ]; ··· 44 44 "test_internet" # uses network, fails on Darwin (not sure why it doesn't fail on linux) 45 45 "test_markdown" # uses sys.version_info for conditional testing 46 46 "test_itms_services" # uses sys.version_info for conditional testing 47 - ]; 48 - 49 - disabledTestPaths = [ 50 - "tests/checker/telnetserver.py" 51 - "tests/checker/test_telnet.py" 52 47 ]; 53 48 54 49 __darwinAllowLocalNetworking = true;