0
0
Fork 0
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:
R. Ryantm 2025-05-03 17:08:41 +00:00
parent 4a3f7c41c0
commit dc2f01af32

View file

@ -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";