6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-WLB4HGgeZx/wtcAxkwmRBon0q0DookMeIF1wyUu277E=";
16 # Module doesn't have tests
19 pythonImportsCheck = [ "toml-stubs" ];
22 description = "Typing stubs for toml";
23 homepage = "https://github.com/python/typeshed";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ fab ];