We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80294 commit 8c874a8Copy full SHA for 8c874a8
pkgs/development/python-modules/langgraph-cli/default.nix
@@ -20,14 +20,14 @@
20
21
buildPythonPackage rec {
22
pname = "langgraph-cli";
23
- version = "0.1.84";
+ version = "0.1.89";
24
pyproject = true;
25
26
src = fetchFromGitHub {
27
owner = "langchain-ai";
28
repo = "langgraph";
29
tag = "cli==${version}";
30
- hash = "sha256-nb6u3YooDujRc6BKl35ZQPrKDlZkCreFn82TGxt4m5M=";
+ hash = "sha256-AesYnUWDo6i2HogOE89hX9gJWlzNMOq3VB4qnzg743c=";
31
};
32
33
sourceRoot = "${src.name}/libs/cli";
0 commit comments