python3Packages.language-data: use buildPythonPackage

+2 -2
+2 -2
pkgs/development/python-modules/language-data/default.nix
··· 1 { lib 2 - , buildPythonApplication 3 , fetchFromGitHub 4 , marisa-trie 5 , poetry-core ··· 7 , setuptools 8 }: 9 10 - buildPythonApplication rec { 11 pname = "language-data"; 12 version = "1.0.1"; 13 format = "pyproject";
··· 1 { lib 2 + , buildPythonPackage 3 , fetchFromGitHub 4 , marisa-trie 5 , poetry-core ··· 7 , setuptools 8 }: 9 10 + buildPythonPackage rec { 11 pname = "language-data"; 12 version = "1.0.1"; 13 format = "pyproject";