From de3eaf5395bfe9b2bcba66fe0186aef90316e2ec Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 30 May 2023 00:43:29 +0900 Subject: [PATCH] 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 --- pkgs/development/python-modules/langchain/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix index 0d278bf6e63d..f53279a6deaa 100644 --- a/pkgs/development/python-modules/langchain/default.nix +++ b/pkgs/development/python-modules/langchain/default.nix @@ -74,7 +74,7 @@ buildPythonPackage rec { pname = "langchain"; - version = "0.0.183"; + version = "0.0.184"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -83,7 +83,7 @@ buildPythonPackage rec { owner = "hwchase17"; repo = "langchain"; rev = "refs/tags/v${version}"; - hash = "sha256-AE3OKrp+F6z7j5rGaqeo+hwN5Wi6ik638WrxCtAJ7Ro="; + hash = "sha256-DIPlOsV+s7KQF70stCE7M2UwfvAqp3LskR0UtuOnuCs="; }; postPatch = ''