flake update

This commit is contained in:
sid 2026-02-26 23:10:38 +01:00
parent 95a533c876
commit 6703cb5184
10 changed files with 46 additions and 46 deletions

View file

@ -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 = [