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.
2 parents 7ae8a2c + 09a5f60 commit 5f4e01bCopy full SHA for 5f4e01b
pkgs/development/python-modules/langgraph-checkpoint/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "langgraph-checkpoint";
26
- version = "2.0.25";
+ version = "2.0.26";
27
pyproject = true;
28
29
src = fetchFromGitHub {
30
owner = "langchain-ai";
31
repo = "langgraph";
32
tag = "checkpoint==${version}";
33
- hash = "sha256-MmbdG5oYLG3rwJ1kr9oJuaWc0Wo7nvqEoFwO9DAw7oM=";
+ hash = "sha256-DSkjaxUfpsOg2ex0dgfO/UJ7WiQb5wQsAGgHPTckF6o=";
34
};
35
36
sourceRoot = "${src.name}/libs/checkpoint";
0 commit comments