python3Packages.langchain: 0.0.207 -> 0.0.216

Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.207...v0.0.216

Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.216

authored by natsukium and committed by Yt 534528c1 569ee885

+2 -2
+2 -2
pkgs/development/python-modules/langchain/default.nix
··· 77 77 78 78 buildPythonPackage rec { 79 79 pname = "langchain"; 80 - version = "0.0.207"; 80 + version = "0.0.216"; 81 81 format = "pyproject"; 82 82 83 83 disabled = pythonOlder "3.8"; ··· 86 86 owner = "hwchase17"; 87 87 repo = "langchain"; 88 88 rev = "refs/tags/v${version}"; 89 - hash = "sha256-/gPkgHcHHyFAhPF4hqEMkOaHV9Z1159ZdB2lwtsJEKE="; 89 + hash = "sha256-g01EMquASxXl9drLhKtTwG9+gSa17aBq0c8UXcErCjI="; 90 90 }; 91 91 92 92 postPatch = ''