11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 sha256 = "sha256-I3jaiG0Xu8B34q30p7zTs+FeBXUQiPKTAJLSVxE9gYE=";
23 buildInputs = [hatch-vcs];
25 propagatedBuildInputs =
30 ++ lib.optionals (pythonOlder "3.11") [
35 description = "A hatch plugin to develop and package Odoo projects";
36 homepage = "https://github.com/acsone/hatch-odoo";
37 license = licenses.mit;
38 maintainers = with maintainers; [yajo];