summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-07-03 18:41:38 +0200
committerPhilip Goto2021-07-03 18:41:38 +0200
commit240520a2cc767bd36a9bc4c0ce11d5f3a135aca6 (patch)
tree22335a680008fc3a6714c837d7f028a248e77cb6 /PKGBUILD
parent7ed1100074c5f4d734be812e699737c87da3120e (diff)
downloadaur-240520a2cc767bd36a9bc4c0ce11d5f3a135aca6.tar.gz
Update to 8.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f839e75b3ec..450602f1dbb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.6
+pkgver=8.0.7
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=('9b3aedf175ac731c8f7e98d3ddbcba60b238211cad7c5aea6d9ddffb3bbffc92')
+sha256sums=('7c4382f22a5a3864b88cafe6e64f7a69f64b32147575b5f1e6f2211a8adb11f9')
build() {
cd "thinc-${pkgver}"