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