python311Packages.textdistance: 4.6.1 -> 4.6.2

This commit is contained in:
R. Ryantm
2024-04-27 22:15:14 +00:00
parent 60cb88cc49
commit fd68cb7f8c
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "textdistance";
version = "4.6.1";
version = "4.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JYllgBse+FaGppq/bDzv3F2iHC+9iMkMaHJfV6fUXyE=";
hash = "sha256-AeH7z3uHHrj0GRHZT0YbC5nPgAM4TuDhw0ylwaerLtA=";
};
# There aren't tests