natsukium 2023-07-02 13:37:26 +09:00
parent 3454e7a9c8
commit 1d0d25aaba
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -79,7 +79,7 @@
buildPythonPackage rec {
pname = "langchain";
version = "0.0.218";
version = "0.0.220";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -88,7 +88,7 @@ buildPythonPackage rec {
owner = "hwchase17";
repo = "langchain";
rev = "refs/tags/v${version}";
hash = "sha256-8ru3Rp1bRLVivfXAFNfZYfV3DgHuHNEuCrKoqL1O0zo=";
hash = "sha256-Br9j2mmLFxW3MHIY93m85mAVrvWVc6bnSlI71OwT8mY=";
};
postPatch = ''