mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
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:
commit
61cd40afe7
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user