lol
0
fork

Configure Feed

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

python310Packages.nltk: 3.8 -> 3.8.1

+2 -2
+2 -2
pkgs/development/python-modules/nltk/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "nltk"; 13 - version = "3.8"; 13 + version = "3.8.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 inherit pname version; 20 20 extension = "zip"; 21 - hash = "sha256-dLMIJqN9eNU0JxBbvQN92IAlG+Jp/KZO5TCDikbtVfw="; 21 + hash = "sha256-GDTaPQaCy6Tyzt4vmq1rD6+2RhukUdsO+2+cOXmNZNM="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [