diff options
author | Carl Smedstad | 2024-07-17 09:13:01 +0200 |
---|---|---|
committer | Carl Smedstad | 2024-07-17 09:13:01 +0200 |
commit | 868d40d08beab626701c1b309f3f3d62385673d6 (patch) | |
tree | 3e86aee0bfb41598b219986ade5eacfe83702fde | |
parent | 47ce9224a9720051c07c64668761b479f0b52601 (diff) | |
download | aur-868d40d08beab626701c1b309f3f3d62385673d6.tar.gz |
upgpkg: 5.6.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |