mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
Merge pull request #187830 from r-ryantm/auto-update/python3.10-textdistance
python310Packages.textdistance: 4.3.0 -> 4.4.0
This commit is contained in:
commit
34f5c5a16a
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "textdistance";
|
||||
version = "4.3.0";
|
||||
version = "4.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-T2vAf2ZX5pNA1MytsleAoScCWy9rccQELi0BByC0yo4=";
|
||||
sha256 = "sha256-MzGJQ/TV1fBdV3oNvtseToO/ajUVPovOrOUsxR4fCOM=";
|
||||
};
|
||||
|
||||
# There aren't tests
|
||||
|
Loading…
Reference in New Issue
Block a user