lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.langgraph-checkpoint-sqlite: 2.0.5 -> 2.0.6

+2 -2
+2 -2
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "langgraph-checkpoint-sqlite"; 23 - version = "2.0.5"; 23 + version = "2.0.6"; 24 24 pyproject = true; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "langchain-ai"; 28 28 repo = "langgraph"; 29 29 tag = "checkpointsqlite==${version}"; 30 - hash = "sha256-8JNPKaaKDM7VROd1n9TDALN6yxKRz1CuAultBcqBMG0="; 30 + hash = "sha256-UUlrhQS0C2rPp//+LwU2rgR4R3AM5fM9X3CYvi/DAy8="; 31 31 }; 32 32 33 33 sourceRoot = "${src.name}/libs/checkpoint-sqlite";