lol
0
fork

Configure Feed

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

python3Packages.langgraph-runtime-inmem: 0.6.13 -> 0.12.0 (#440608)

authored by

Yohann Boniface and committed by
GitHub
e15eaed6 212459c3

+2 -2
+2 -2
pkgs/development/python-modules/langgraph-runtime-inmem/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "langgraph-runtime-inmem"; 16 - version = "0.6.13"; 16 + version = "0.12.0"; 17 17 pyproject = true; 18 18 19 19 # Not available in any repository 20 20 src = fetchPypi { 21 21 pname = "langgraph_runtime_inmem"; 22 22 inherit version; 23 - hash = "sha256-F1bFV/g6jNl575fT0KNvqZBmbmMFkhLG4RrylXuZNQs="; 23 + hash = "sha256-h1YFV8lqb929MjzOIHPI8hahjDCkShr83kevjUWFF8A="; 24 24 }; 25 25 26 26 build-system = [