python310Packages.thinc: 8.0.14 -> 8.0.15

This commit is contained in:
R. Ryantm 2022-03-17 11:51:23 +00:00 committed by Jonathan Ringer
parent 4e6aa65c53
commit 554f3539f2

View file

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.0.14";
version = "8.0.15";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3MC8ao6BTiDyaCXj/X+DNCTpMYcTWVJFSl0X+sCc5J0=";
sha256 = "sha256-LjFQINqFw3keGR+/N8SiQz9XzzIuJzgNoM1N6Z2WBTs=";
};
postPatch = ''