From f530044bda49402edaeba37c8732cdde8aa2ed91 Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 28 Jun 2023 18:12:46 +0900 Subject: [PATCH] python3Packages.langchain: 0.0.216 -> 0.0.218 Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.216...v0.0.218 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.218 --- 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 07cc537d019f..ee16723f3afd 100644 --- a/pkgs/development/python-modules/langchain/default.nix +++ b/pkgs/development/python-modules/langchain/default.nix @@ -77,7 +77,7 @@ buildPythonPackage rec { pname = "langchain"; - version = "0.0.216"; + version = "0.0.218"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -86,7 +86,7 @@ buildPythonPackage rec { owner = "hwchase17"; repo = "langchain"; rev = "refs/tags/v${version}"; - hash = "sha256-g01EMquASxXl9drLhKtTwG9+gSa17aBq0c8UXcErCjI="; + hash = "sha256-8ru3Rp1bRLVivfXAFNfZYfV3DgHuHNEuCrKoqL1O0zo="; }; postPatch = ''