From ce6537ec073798b3846592fdb9c2717b591f8823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Mon, 7 Jul 2025 20:36:59 +0200 Subject: [PATCH] fastmcp: 2.7.0 -> 2.8.0 --- pkgs/development/python-modules/fastmcp/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/fastmcp/default.nix b/pkgs/development/python-modules/fastmcp/default.nix index 239176b8e6f4..8a8d6f052514 100644 --- a/pkgs/development/python-modules/fastmcp/default.nix +++ b/pkgs/development/python-modules/fastmcp/default.nix @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, + writableTmpDirAsHomeHook, # build-system hatchling, @@ -26,14 +27,14 @@ buildPythonPackage rec { pname = "fastmcp"; - version = "2.7.0"; + version = "2.8.0"; pyproject = true; src = fetchFromGitHub { owner = "jlowin"; repo = "fastmcp"; tag = "v${version}"; - hash = "sha256-UQV/hIu96ukpJxUhOux0mos0o6j4kvsFp2NJHa47tbw="; + hash = "sha256-FleJkqdUIhGsV+DVYv/Nf5IORntH/aFq9abKn2r/6Is="; }; postPatch = '' @@ -64,6 +65,7 @@ buildPythonPackage rec { fastapi pytest-httpx pytestCheckHook + writableTmpDirAsHomeHook ]; disabledTests = [