Sphinx: 1.3.6 -> 1.4.6

This commit is contained in:
Philipp Hausmann 2016-08-31 21:08:41 +02:00
parent ee501fd49a
commit 82ba4d3eb7

View file

@ -22898,10 +22898,10 @@ in modules // {
sphinx = buildPythonPackage (rec {
name = "${pname}-${version}";
pname = "Sphinx";
version = "1.3.6";
version = "1.4.6";
src = pkgs.fetchurl {
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
sha256 = "12pzlfkjjlwgvsj56k0y809jpx5mgcs9548k1l4kdbr028ifjfqb";
sha256 = "1lvr39ab5sjp894jshk39xidlxw9vc735882cgcfr4dlm4546hwy";
};
LC_ALL = "en_US.UTF-8";
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];