lol
0
fork

Configure Feed

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

python3Packages.langchain-mistralai: 0.2.11 -> 0.2.12

R. Ryantm aa0dd8dd c65a2a6c

+2 -2
+2 -2
pkgs/development/python-modules/langchain-mistralai/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "langchain-mistralai"; 27 - version = "0.2.11"; 27 + version = "0.2.12"; 28 28 pyproject = true; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "langchain-ai"; 32 32 repo = "langchain"; 33 33 tag = "langchain-mistralai==${version}"; 34 - hash = "sha256-14mYvW7j2hxAFZanRhuuo1seX6E4+tAuEPExDbdwHKg="; 34 + hash = "sha256-eZyoveKn4S0nkK/2q8+HK0bpFAQEez4PyRETQeZItMo="; 35 35 }; 36 36 37 37 sourceRoot = "${src.name}/libs/partners/mistralai";