flake update
This commit is contained in:
parent
95a533c876
commit
6703cb5184
10 changed files with 46 additions and 46 deletions
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "freecad-mcp";
|
||||
version = "0.1.13";
|
||||
version = "0.1.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "freecad_mcp";
|
||||
inherit version;
|
||||
hash = "sha256-/CCMTyaDt6XsG+mok12pIM0TwG86Vs4pxq/Zd5Ol6wg=";
|
||||
hash = "sha256-eFt7UgJw56C2zY8Vznrg8L0a5nvP0xtiW1oJuJ/fL3Y=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
dependencies = with python3.pkgs; [
|
||||
mcp
|
||||
validators
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue