mcp-server-time: 2026.1.26 -> 2026.6.3

This commit is contained in:
R. Ryantm
2026-06-12 18:43:13 +00:00
parent 961d458794
commit 4703bc44b1
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mcp-server-time";
version = "2026.1.26";
version = "2026.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";
repo = "servers";
tag = finalAttrs.version;
hash = "sha256-uULXUEHFZpYm/fmF6PkOFCxS+B+0q3dMveLG+3JHrhk=";
hash = "sha256-C5wE5ChDI1w4fh5LC1gV9WFuKMVfwvSnS18Fi2s+t+s=";
};
sourceRoot = "${finalAttrs.src.name}/src/time/";