mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.langgraph-cli: 0.2.7 -> 0.2.8
This commit is contained in:
parent
4a3f7c41c0
commit
dc2f01af32
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langgraph-cli";
|
||||
version = "0.2.7";
|
||||
version = "0.2.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langgraph";
|
||||
tag = "cli==${version}";
|
||||
hash = "sha256-i4xOfgg2quLKzKNQWQJyFjKuVLCqultVeq0Q89Utx7s=";
|
||||
hash = "sha256-WK31FbAqJRkJfNFMWZfnUJx0Gavu7HfcNrWBqRwiK3k=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/cli";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue