python3Packages.langchain-ollama: fix updateScript eval (#377693)

This commit is contained in:
Martin Weinelt
2025-01-29 22:57:29 +01:00
committed by GitHub
@@ -56,9 +56,9 @@ buildPythonPackage rec {
"--version-regex"
"langchain-ollama==(.*)"
];
# updates the wrong fetcher rev attribute
skipBulkUpdate = true;
};
# updates the wrong fetcher rev attribute
passthru.skipBulkUpdate = true;
meta = {
changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-ollama==${version}";