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.
1 parent 17f6514 commit f251e54Copy full SHA for f251e54
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix
@@ -22,14 +22,14 @@
22
23
buildPythonPackage rec {
24
pname = "langgraph-checkpoint-sqlite";
25
- version = "2.0.10";
+ version = "2.0.11";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "langchain-ai";
30
repo = "langgraph";
31
tag = "checkpointsqlite==${version}";
32
- hash = "sha256-570rXAxS4p2b7fc1aqSNArXHTz7G2GjZQDqMlqK7Jso=";
+ hash = "sha256-v/gRYkiS4AR1epWwPdG/QYbnUYte894kHTn5F58pVGI=";
33
};
34
35
sourceRoot = "${src.name}/libs/checkpoint-sqlite";
0 commit comments