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