7 buildPythonPackage rec {
9 version = "2023110300";
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-rmKqY7Z4bBR4r+w4gH04g0Xm9N7QeMVcuFR3pB/pOQY=";
23 pythonImportsCheck = [
31 description = "Automatically updated list of valid TLDs taken directly from IANA";
32 homepage = "https://github.com/mweinelt/tlds";
33 license = licenses.mit;
34 maintainers = with maintainers; [ hexa ];