summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35fabe6d47a7..0bc008033567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-langchain-core
_pkgname=${pkgname#python-}
-pkgver=0.1.30
+pkgver=0.1.31
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
url="https://pypi.org/project/langchain-core"
@@ -22,8 +22,8 @@ license=('MIT')
arch=('any')
_src_name="${_pkgname/-/_}-${pkgver}"
source=("https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_src_name}.tar.gz"
- "https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE")
-sha256sums=('e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894'
+ "https://github.com/langchain-ai/langchain/raw/v0.1.12/LICENSE")
+sha256sums=('d660cf209bb6ce61cb1c853107b091aaa809015a55dce9e0ce19b51d4c8f2a70'
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
build() {