From 25b9e543da9add39a2224206b8f3771cee12bd30 Mon Sep 17 00:00:00 2001 From: natsukium Date: Mon, 29 May 2023 09:37:33 +0900 Subject: [PATCH] python3Packages.langchain: 0.0.180 -> 0.0.183 Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.180...v0.0.183 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.183 --- 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 8a74e5ec23d..0d278bf6e63 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.180"; + version = "0.0.183"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -83,7 +83,7 @@ buildPythonPackage rec { owner = "hwchase17"; repo = "langchain"; rev = "refs/tags/v${version}"; - hash = "sha256-5ZA5CXS9+NCyOXGbjgGk+iNCF/B2Wm4xRpR6t5uJ+yg="; + hash = "sha256-AE3OKrp+F6z7j5rGaqeo+hwN5Wi6ik638WrxCtAJ7Ro="; }; postPatch = ''