python310Packages.textdistance: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2023-10-03 09:40:33 +00:00
parent 9d2e9d8ddf
commit 3c850146ee
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "textdistance";
version = "4.5.0";
version = "4.6.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-Nk1D9PZjV0JmLj5s9TcqhoWUFshKPJsu+dZtRPWkOFw=";
hash = "sha256-cyxQMVzU7pRjg4ZDzxnWkiEwLDYDHqpgcMMMwKpdqMo=";
};
# There aren't tests