python310Packages.spacy: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2022-03-03 06:51:48 +00:00 committed by Jonathan Ringer
parent 1f1eefec22
commit 7f1eb5ba09

View File

@ -31,13 +31,13 @@
buildPythonPackage rec {
pname = "spacy";
version = "3.2.2";
version = "3.2.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-s9mjYeHjwcGtD38kTyaH+s5CD+LWQtkpic01eUSn1w8=";
sha256 = "sha256-JdAz/Ae4+/yb3Te3cLilhtxBTb1gMShEmvMldqOJFnM=";
};
propagatedBuildInputs = [