fix caldav hash
Some checks failed
CI / Build Individual Packages (rust-research-mcp) (pull_request) Failing after 52s
CI / Flake Check (pull_request) Has been cancelled
CI / Build Individual Packages (academic-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (duckduckgo-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (kindly-web-search-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (manim-mcp-server) (pull_request) Has been cancelled
CI / Build Individual Packages (pdf-reader-mcp) (pull_request) Has been cancelled
CI / Build Individual Packages (zotero-mcp) (pull_request) Has been cancelled

This commit is contained in:
2026-05-28 01:12:44 +02:00
parent 56e8414d1b
commit fdfdc63883

View File

@@ -123,7 +123,7 @@ let
meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; }; meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; };
}; };
caldav = fetchWheel { caldav = fetchWheel {
pname = "caldav"; version = "3.2.0"; hash = lib.fakeHash; pname = "caldav"; version = "3.2.0"; hash = "sha256-OTYfRgqWWZuOTvu91xE4Ktsbvo/CeOrEZQ8jy2FV7KU=";
propagatedBuildInputs = with python3Packages; [ httpx icalendar python-dateutil ]; propagatedBuildInputs = with python3Packages; [ httpx icalendar python-dateutil ];
meta = with lib; { description = "CalDAV client"; homepage = "https://github.com/python-caldav/caldav"; license = licenses.asl20; }; meta = with lib; { description = "CalDAV client"; homepage = "https://github.com/python-caldav/caldav"; license = licenses.asl20; };
}; };