26 buildPythonPackage rec {
27 pname = "beanhub-cli";
31 disabled = pythonOlder "3.10";
33 src = fetchFromGitHub {
34 owner = "LaunchPlatform";
36 rev = "refs/tags/${version}";
37 hash = "sha256-ZPRQLdNDp/LOXmxU9H6fh9raPPiDsTiEW3j8ncgt8sY=";
40 build-system = [ poetry-core ];
65 pythonImportsCheck = [ "beanhub_cli" ];
68 description = "Command line tools for BeanHub or Beancount users";
70 homepage = "https://github.com/LaunchPlatform/beanhub-cli/";
71 changelog = "https://github.com/LaunchPlatform/beanhub-cli/releases/tag/${version}";
72 license = with lib.licenses; [ mit ];
73 maintainers = with lib.maintainers; [ fangpen ];