Merge pull request #327671 from r-ryantm/auto-update/python312Packages.textdistance
python312Packages.textdistance: 4.6.2 -> 4.6.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user