mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.langchain-community: disable alpha, beta, dev, and rc versions for updates
This commit is contained in:
@@ -129,6 +129,7 @@ buildPythonPackage rec {
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "libs/community/v";
|
||||
ignoredVersions = "a|b|dev|rc";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user