summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-09-07 09:40:17 +0200
committerPhilip Goto2021-09-07 09:40:17 +0200
commit7d19c96b1aae652dd0fe01d1be8303a85c2b356f (patch)
tree284adafcbf24f25850df5eeb236e5675f2fa4cb4 /PKGBUILD
parentaf46c9de3022def28bba28d953f5c0269396f8f7 (diff)
downloadaur-7d19c96b1aae652dd0fe01d1be8303a85c2b356f.tar.gz
Update to 8.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8896ebafc4a1..bf02b5946a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.8
+pkgver=8.0.9
pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=(x86_64 aarch64)
@@ -28,7 +28,7 @@ depends=(
)
makedepends=(python-setuptools cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('cf2abbd99c56f21b8804f31f995460515d95a5c5988be39e0964469e0070987b')
+sha256sums=('ec413f5a14d277ee354841c48bb0d5c3310868c797918058218387b0423ef1b2')
build() {
cd "thinc-${pkgver}"