Skip to content

Commit f251e54

Browse files
committed
python3Packages.langgraph-checkpoint-sqlite: 2.0.10 -> 2.0.11
1 parent 17f6514 commit f251e54

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

2323
buildPythonPackage rec {
2424
pname = "langgraph-checkpoint-sqlite";
25-
version = "2.0.10";
25+
version = "2.0.11";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "langchain-ai";
3030
repo = "langgraph";
3131
tag = "checkpointsqlite==${version}";
32-
hash = "sha256-570rXAxS4p2b7fc1aqSNArXHTz7G2GjZQDqMlqK7Jso=";
32+
hash = "sha256-v/gRYkiS4AR1epWwPdG/QYbnUYte894kHTn5F58pVGI=";
3333
};
3434

3535
sourceRoot = "${src.name}/libs/checkpoint-sqlite";

0 commit comments

Comments
 (0)