Merge pull request #143357 from r-ryantm/auto-update/python3.8-textdistance

This commit is contained in:
Sandro 2021-10-28 18:18:50 +02:00 committed by GitHub
commit ea538a1992
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.2.1";
version = "4.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "114j3ignw4y9yq1cp08p4bfw518vyr3p0h8ba2mikwy74qxxzy26";
sha256 = "a43bb6f71dcccd3fc2060065c9513a7927879680512889749fd1fd800c4bad8e";
};
# There aren't tests