14 buildPythonPackage rec {
15 pname = "gassist-text";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
23 repo = "gassist_text";
24 rev = "refs/tags/${version}";
25 hash = "sha256-XFHyI48TuPBJjHA4dLSpYv62Y5zK0knrIqNKBoWnEeU=";
32 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 description = "Module for interacting with Google Assistant API via text";
50 homepage = "https://github.com/tronikos/gassist_text";
51 changelog = "https://github.com/tronikos/gassist_text/releases/tag/${version}";
52 license = with licenses; [ asl20 ];
53 maintainers = with maintainers; [ fab ];