Skip to content

Commit 20e3661

Browse files
authored
langgraph-cli: 0.1.84 -> 0.1.89 (NixOS#397229)
2 parents fb6de34 + 8c874a8 commit 20e3661

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/langgraph-cli

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/langgraph-cli/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "langgraph-cli";
23-
version = "0.1.84";
23+
version = "0.1.89";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "langchain-ai";
2828
repo = "langgraph";
2929
tag = "cli==${version}";
30-
hash = "sha256-nb6u3YooDujRc6BKl35ZQPrKDlZkCreFn82TGxt4m5M=";
30+
hash = "sha256-AesYnUWDo6i2HogOE89hX9gJWlzNMOq3VB4qnzg743c=";
3131
};
3232

3333
sourceRoot = "${src.name}/libs/cli";

0 commit comments

Comments
 (0)