From 1e7503daf709f4ec817bc4922e5f22eb77185e59 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Mar 2024 16:57:29 +0000 Subject: [PATCH] update recipe --- recipes/wip/math/kalc/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml index 42a791af..dfa51c96 100644 --- a/recipes/wip/math/kalc/recipe.toml +++ b/recipes/wip/math/kalc/recipe.toml @@ -6,5 +6,5 @@ template = "cargo" dependencies = [ "libgmp", "libmpfr", - "libmpc", + "mpc", ] -- GitLab