summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-07-17 09:13:01 +0200
committerCarl Smedstad2024-07-17 09:13:01 +0200
commit868d40d08beab626701c1b309f3f3d62385673d6 (patch)
tree3e86aee0bfb41598b219986ade5eacfe83702fde
parent47ce9224a9720051c07c64668761b479f0b52601 (diff)
downloadaur-868d40d08beab626701c1b309f3f3d62385673d6.tar.gz
upgpkg: 5.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e3ca0c18f2..d97865fc1158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cohere
pkgdesc = Python Library for Accessing the Cohere API
- pkgver = 5.5.8
+ pkgver = 5.6.1
pkgrel = 1
url = https://github.com/cohere-ai/cohere-python
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-cohere
depends = python-requests
depends = python-tokenizers
depends = python-typing_extensions
- source = python-cohere-5.5.8.tar.gz::https://github.com/cohere-ai/cohere-python/archive/5.5.8.tar.gz
- sha256sums = 2eba3bb14d2b43fe68c75677b929308f3f0d6552b36812d2efdfc8214841e10c
+ source = python-cohere-5.6.1.tar.gz::https://github.com/cohere-ai/cohere-python/archive/5.6.1.tar.gz
+ sha256sums = a9fff8b2e2f314c3f7b9acde00800bdc7467b12bda49f015fc67b37911882dc9
pkgname = python-cohere
diff --git a/PKGBUILD b/PKGBUILD
index 7dd24fbaff9c..5c0182528102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cohere
_pkgname=cohere-python
-pkgver=5.5.8
+pkgver=5.6.1
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=('2eba3bb14d2b43fe68c75677b929308f3f0d6552b36812d2efdfc8214841e10c')
+sha256sums=('a9fff8b2e2f314c3f7b9acde00800bdc7467b12bda49f015fc67b37911882dc9')
_archive="$_pkgname-$pkgver"