Merge pull request #187830 from r-ryantm/auto-update/python3.10-textdistance

python310Packages.textdistance: 4.3.0 -> 4.4.0
This commit is contained in:
Robert Scott 2022-08-23 23:06:12 +01:00 committed by GitHub
commit 34f5c5a16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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