Skip to content

Commit 5f4e01b

Browse files
authored
python3Packages.langgraph-checkpoint: 2.0.25 -> 2.0.26 (#407507)
2 parents 7ae8a2c + 09a5f60 commit 5f4e01b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

2424
buildPythonPackage rec {
2525
pname = "langgraph-checkpoint";
26-
version = "2.0.25";
26+
version = "2.0.26";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "langchain-ai";
3131
repo = "langgraph";
3232
tag = "checkpoint==${version}";
33-
hash = "sha256-MmbdG5oYLG3rwJ1kr9oJuaWc0Wo7nvqEoFwO9DAw7oM=";
33+
hash = "sha256-DSkjaxUfpsOg2ex0dgfO/UJ7WiQb5wQsAGgHPTckF6o=";
3434
};
3535

3636
sourceRoot = "${src.name}/libs/checkpoint";

0 commit comments

Comments
 (0)