summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2024-06-11 21:30:53 +0200
committerCarl Smedstad2024-06-11 21:30:53 +0200
commit2daa12124cacf986b363b7f6e894db70c4ac3269 (patch)
tree7d525d02d879f0b26bb877686c7648f0f7321711 /PKGBUILD
parent868501e3f9a847d3d7c07136d18fb8caa923a8fd (diff)
downloadaur-python-cohere.tar.gz
upgpkg: 5.5.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69c839a4a79d..98b3517444e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cohere
_pkgname=cohere-python
-pkgver=5.5.6
+pkgver=5.5.7
pkgrel=1
pkgdesc="Python Library for Accessing the Cohere API"
arch=(any)
@@ -30,7 +30,7 @@ checkdepends=(
python-pytest-asyncio
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('195cd58fcbead6e7621216e54f48c5def914c10dac109427b624adffa06a8a4d')
+sha256sums=('f625a71e216814ba25ab027fca4d206d7a18fd907b568136bd5d58ea3dfded67')
_archive="$_pkgname-$pkgver"