Merge pull request #151662 from r-ryantm/auto-update/python3.8-nltk

python38Packages.nltk: 3.6.5 -> 3.6.6
This commit is contained in:
Benjamin Hipple 2021-12-21 21:15:30 -05:00 committed by GitHub
commit 81cef6b70f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "3.6.5";
version = "3.6.6";
pname = "nltk";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "834d1a8e38496369390be699be9bca4f2a0f2175b50327272b2ec7a98ffda2a0";
sha256 = "0f8ff4e261c78605bca284e8d2025e562304766156af32a1731f56b396ee364b";
};
propagatedBuildInputs = [