python3Packages.mcp: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm
2025-06-28 18:19:12 +02:00
committed by Weijia Wang
parent 064d5d114e
commit d3353d0abf
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "mcp";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "python-sdk";
tag = "v${version}";
hash = "sha256-3r7NG2AnxxKgAAd3n+tjjPTz4WJRmc7isfh3p21hUa0=";
hash = "sha256-VXbu/wHbXGS+cISJVUgCVEpTmZc0VfckNRoMj3GDi/A=";
};
postPatch = ''