0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.langchain: revert bad update (#404770)

This commit is contained in:
Sarah Clark 2025-05-07 03:49:40 -07:00 committed by GitHub
parent 3175699ad0
commit 18f15620ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "langchain";
version = "0.3.25";
version = "0.3.24";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain==${version}";
hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE=";
hash = "sha256-Up/pH2TxLPiPO49oIa2ZlNeH3TyN9sZSlNsqOIRmlxc=";
};
sourceRoot = "${src.name}/libs/langchain";