python310Packages.textdistance: 4.2.2 -> 4.3.0

This commit is contained in:
R. Ryantm 2022-06-30 16:53:13 +00:00 committed by Jonathan Ringer
parent 4abac2ba6c
commit cdcded8d8c

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "textdistance";
version = "4.2.2";
version = "4.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "a43bb6f71dcccd3fc2060065c9513a7927879680512889749fd1fd800c4bad8e";
sha256 = "sha256-T2vAf2ZX5pNA1MytsleAoScCWy9rccQELi0BByC0yo4=";
};
# There aren't tests