Merge pull request #322822 from r-ryantm/auto-update/python311Packages.hatch-odoo

python311Packages.hatch-odoo: 0.1 -> 1.0.2
This commit is contained in:
Weijia Wang 2024-07-06 22:38:22 +02:00 committed by GitHub
commit 61cd40afe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
}:
buildPythonPackage rec {
pname = "hatch-odoo";
version = "0.1";
version = "1.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "acsone";
repo = pname;
rev = version;
sha256 = "sha256-+KM3tpeQ4e53bVhUeWUSfyuIzPRvWkjZi4S/gH4UHVY=";
rev = "refs/tags/${version}";
sha256 = "sha256-I3jaiG0Xu8B34q30p7zTs+FeBXUQiPKTAJLSVxE9gYE=";
};
buildInputs = [hatch-vcs];