lol

python3Packages.langchain: 0.0.183 -> 0.0.184

Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.183...v0.0.184

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

authored by

natsukium and committed by
Yt
de3eaf53 d960ef59

+2 -2
+2 -2
pkgs/development/python-modules/langchain/default.nix
··· 74 74 75 75 buildPythonPackage rec { 76 76 pname = "langchain"; 77 - version = "0.0.183"; 77 + version = "0.0.184"; 78 78 format = "pyproject"; 79 79 80 80 disabled = pythonOlder "3.8"; ··· 83 83 owner = "hwchase17"; 84 84 repo = "langchain"; 85 85 rev = "refs/tags/v${version}"; 86 - hash = "sha256-AE3OKrp+F6z7j5rGaqeo+hwN5Wi6ik638WrxCtAJ7Ro="; 86 + hash = "sha256-DIPlOsV+s7KQF70stCE7M2UwfvAqp3LskR0UtuOnuCs="; 87 87 }; 88 88 89 89 postPatch = ''