python312Packages.textdistance: 4.6.2 -> 4.6.3

This commit is contained in:
R. Ryantm
2024-07-16 14:30:26 +00:00
parent b64e7d2266
commit ec649827e1
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "textdistance";
version = "4.6.2";
version = "4.6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AeH7z3uHHrj0GRHZT0YbC5nPgAM4TuDhw0ylwaerLtA=";
hash = "sha256-1tq8ULTqgyzc8OHmAhvQx/zZreFViI15u2o8Mfzi3G8=";
};
# There aren't tests