diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 04:00:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 04:36:55 -0300 |
commit | 5058fa30177f686e6bb54d8664c2c7b729f014ea (patch) | |
tree | 469cbd818c31d503f628c06342e3028680e85a67 /testing/py3-spacy | |
parent | b1a9a61fb4a489e0cd689a307b9e1c714b52951d (diff) | |
download | aports-5058fa30177f686e6bb54d8664c2c7b729f014ea.tar.bz2 aports-5058fa30177f686e6bb54d8664c2c7b729f014ea.tar.xz |
testing/py3-spacy: upgrade to 2.2.2
Diffstat (limited to 'testing/py3-spacy')
-rw-r--r-- | testing/py3-spacy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-spacy/APKBUILD b/testing/py3-spacy/APKBUILD index 8f475664f5..19582489b2 100644 --- a/testing/py3-spacy/APKBUILD +++ b/testing/py3-spacy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=py3-spacy -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=0 pkgdesc="Industrial-strength Natural Language Processing (NLP)" url="https://spacy.io/" @@ -39,4 +39,4 @@ package() { install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" } -sha512sums="476379e8408e32bb2ef1bde9482c5f38b59a5e46d272c4890a4945962784a2053dbde18e4894b1ee389990b0f51fe0544c67730f4418be5f8146d8a2e6b397ad py3-spacy-2.2.1.tar.gz" +sha512sums="b4569c29399548f15968e080d6e7569db56e7475ceb744ea35e6afb8c38bdc737b9f9aec70f6145d622bafdfef6a2961b8bb80602d3c3312fc38fe18b0e8cdf0 py3-spacy-2.2.2.tar.gz" |