From 9ecc04acd94071398623ea049f992f63d7d5f90b Mon Sep 17 00:00:00 2001
From: Oleg Titov <oleg.titov@gmail.com>
Date: Thu, 14 Dec 2023 17:51:52 -0600
Subject: [PATCH] community/py3-thinc: upgrade to 8.2.2

Ref https://github.com/explosion/thinc/releases/tag/v8.2.2
---
 community/py3-thinc/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-thinc/APKBUILD b/community/py3-thinc/APKBUILD
index 09adda04bf4c..787c8cec95d8 100644
--- a/community/py3-thinc/APKBUILD
+++ b/community/py3-thinc/APKBUILD
@@ -1,7 +1,7 @@
 # Contributor: Oleg Titov <oleg.titov@gmail.com>
 # Maintainer: Oleg Titov <oleg.titov@gmail.com>
 pkgname=py3-thinc
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=0
 pkgdesc="Practical Machine Learning for NLP"
 url="https://github.com/explosion/thinc"
@@ -65,5 +65,5 @@ package() {
 }
 
 sha512sums="
-4f80c19833e7b6d118bd3e2c7c1dc740cd7ce41059a7a41d4af99300f98c205f1af8e0e7e1422d7eb6fc5c4fc154b1640632816b1fd5a48df7b1e3387bee0a36  thinc-8.2.1.tar.gz
+4cf41bbc0d4fb7e2c990533644516968dd9ecba405bdbd24b60e77e07ecddffc838733a200faf7e177be83dfd517ed82e7942d5929d9908a4269662c357314bb  thinc-8.2.2.tar.gz
 "
-- 
GitLab