diff --git a/recipes/wip/libnettle/recipe.toml b/recipes/wip/libnettle/recipe.toml
index a403ab3251cf70da367937a90117fecc2994debc..79a2a6473a3355bb2e89c5be5b6b504e5ed6417e 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"
 ]