lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.textacy: fix package format

authored by

Jonathan Ringer and committed by
Jonathan Ringer
752306e2 19e7f59a

+1
+1
pkgs/development/python-modules/textacy/default.nix
··· 23 23 pname = "textacy"; 24 24 version = "0.12.0"; 25 25 disabled = pythonOlder "3.7"; 26 + format = "pyproject"; 26 27 27 28 src = fetchPypi { 28 29 inherit pname version;