1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

python38Packages.nltk: 3.6.6 -> 3.6.7

This commit is contained in:
R. Ryantm 2021-12-30 23:16:44 +00:00 committed by Jonathan Ringer
parent 95a5c4d4d7
commit d58a493e94

View file

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