From ea3b696975551a9ba46752ae2887c481b1d2ea34 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 12 Jan 2024 15:13:32 -0700 Subject: [PATCH] wip/libnettle: fix recipe --- recipes/wip/libnettle/recipe.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/wip/libnettle/recipe.toml b/recipes/wip/libnettle/recipe.toml index a403ab325..79a2a6473 100644 --- a/recipes/wip/libnettle/recipe.toml +++ b/recipes/wip/libnettle/recipe.toml @@ -1,9 +1,9 @@ -#TODO make gnutls work [source] -tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz" +tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz" +blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393" + [build] template = "configure" -depencencies = [ - "gnutls", - "libgmp", +dependencies = [ + "libgmp" ] -- GitLab