python.pkgs: updates
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ fetchurl, buildPythonPackage, isPy33, lib, six, pythonAtLeast, pythonOlder }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.2.4";
|
||||
version = "3.2.5";
|
||||
pname = "nltk";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/n/nltk/nltk-${version}.tar.gz";
|
||||
sha256 = "8682ae52f5de4f2ba7b77bd78222a38575ad01ef29946214b254dfdf93a3a0eb";
|
||||
sha256 = "2661f9971d983db314bbebd51ba770811a362c6597fd0f303bb1d3beadcb4834";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
Reference in New Issue
Block a user