python3Packages.langchain-ollama: fix updateScript eval (#377693)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user