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

authored by Sandro and committed by GitHub ea538a19 d35c86bd

+2 -2
+2 -2
pkgs/development/python-modules/textdistance/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "textdistance"; 5 - version = "4.2.1"; 5 + version = "4.2.2"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "114j3ignw4y9yq1cp08p4bfw518vyr3p0h8ba2mikwy74qxxzy26"; 9 + sha256 = "a43bb6f71dcccd3fc2060065c9513a7927879680512889749fd1fd800c4bad8e"; 10 10 }; 11 11 12 12 # There aren't tests