about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nltk
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 23:16:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 11:38:40 -0800
commitd58a493e94dc5014e6298c1ee6c755823c5791e2 (patch)
tree8c0ad924cadf4cd908efd5a832952e443364747a /pkgs/development/python-modules/nltk
parent95a5c4d4d78c1cd334dc0df16652601364e71f46 (diff)
python38Packages.nltk: 3.6.6 -> 3.6.7
Diffstat (limited to 'pkgs/development/python-modules/nltk')
-rw-r--r--pkgs/development/python-modules/nltk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/nltk/default.nix b/pkgs/development/python-modules/nltk/default.nix
index df49f1d0f57b5..9267f70c2c016 100644
--- a/pkgs/development/python-modules/nltk/default.nix
+++ b/pkgs/development/python-modules/nltk/default.nix
@@ -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 = [