Merge pull request #140140 from r-ryantm/auto-update/python38Packages.nltk

This commit is contained in:
Sandro 2021-10-03 16:04:46 +02:00 committed by GitHub
commit 892653c694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "3.6.2";
version = "3.6.4";
pname = "nltk";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "57d556abed621ab9be225cc6d2df1edce17572efb67a3d754630c9f8381503eb";
sha256 = "dd7e8012af25737e6aa7bc26568a319508dca789f13e62afa09798dccc7798b5";
};
propagatedBuildInputs = [