mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.click-odoo-contrib: fix src pname
This commit is contained in:
parent
598ae1f7a4
commit
a63f4fdd8a
@ -16,7 +16,8 @@ buildPythonPackage rec {
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "click_odoo_contrib";
|
||||
inherit version;
|
||||
hash = "sha256-Tg3C/mdgkB1TtQZaUOX4ZjpD3InI8CxoNUSfotRqbg0=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user