Merge pull request #206008 from r-ryantm/auto-update/python310Packages.nltk

python310Packages.nltk: 3.7 -> 3.8
This commit is contained in:
Jörg Thalheim 2022-12-14 22:48:40 +00:00 committed by GitHub
commit 339f2afa4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nltk";
version = "3.7";
version = "3.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-1lB9ZGDOx21wr+pCQqImp1QvhcZpF3ucf1YrfPGwVQI=";
hash = "sha256-dLMIJqN9eNU0JxBbvQN92IAlG+Jp/KZO5TCDikbtVfw=";
};
propagatedBuildInputs = [