lol

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

python310Packages.textdistance: 4.3.0 -> 4.4.0

authored by

Robert Scott and committed by
GitHub
34f5c5a1 2729f616

+2 -2
+2 -2
pkgs/development/python-modules/textdistance/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "textdistance"; 5 - version = "4.3.0"; 5 + version = "4.4.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-T2vAf2ZX5pNA1MytsleAoScCWy9rccQELi0BByC0yo4="; 9 + sha256 = "sha256-MzGJQ/TV1fBdV3oNvtseToO/ajUVPovOrOUsxR4fCOM="; 10 10 }; 11 11 12 12 # There aren't tests