Merge pull request #191853 from r-ryantm/auto-update/python310Packages.textdistance
python310Packages.textdistance: 4.4.0 -> 4.5.0
This commit is contained in:
commit
0d25fce3e5
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "textdistance";
|
||||
version = "4.4.0";
|
||||
version = "4.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-MzGJQ/TV1fBdV3oNvtseToO/ajUVPovOrOUsxR4fCOM=";
|
||||
sha256 = "sha256-Nk1D9PZjV0JmLj5s9TcqhoWUFshKPJsu+dZtRPWkOFw=";
|
||||
};
|
||||
|
||||
# There aren't tests
|
||||
|
Loading…
Reference in New Issue
Block a user