python313Packages.mcp: 1.12.2 -> 1.12.4
Diff: https://github.com/modelcontextprotocol/python-sdk/compare/refs/tags/v1.12.2...refs/tags/v1.12.4 Changelog: https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.12.4
This commit is contained in:
parent
6c2219d6a1
commit
f4384b38da
@ -40,14 +40,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mcp";
|
pname = "mcp";
|
||||||
version = "1.12.2";
|
version = "1.12.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "modelcontextprotocol";
|
owner = "modelcontextprotocol";
|
||||||
repo = "python-sdk";
|
repo = "python-sdk";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-K3S+2Z4yuo8eAOo8gDhrI8OOfV6ADH4dAb1h8PqYntc=";
|
hash = "sha256-FHVhufv4O7vM/9fNHyDU4L15dNLFMmoVaYd98Iw6l2o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user