Merge pull request #277516 from r-ryantm/auto-update/python310Packages.textdistance

python310Packages.textdistance: 4.6.0 -> 4.6.1
This commit is contained in:
Nick Cao 2023-12-29 11:23:07 -05:00 committed by GitHub
commit dfdfb4dc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "textdistance";
version = "4.6.0";
version = "4.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cyxQMVzU7pRjg4ZDzxnWkiEwLDYDHqpgcMMMwKpdqMo=";
hash = "sha256-JYllgBse+FaGppq/bDzv3F2iHC+9iMkMaHJfV6fUXyE=";
};
# There aren't tests