mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.langgraph-checkpoint: disable alpha, beta, dev, and rc versions for updates
This commit is contained in:
@@ -66,6 +66,7 @@ buildPythonPackage (finalAttrs: {
|
||||
skipBulkUpdate = true;
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "checkpoint==";
|
||||
ignoredVersions = "a|b|dev|rc";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user