Merge pull request #18170 from phile314/sphinx-update
Sphinx: 1.3.6 -> 1.4.6
This commit is contained in:
commit
ca24eb5712
@ -23044,10 +23044,10 @@ in modules // {
|
|||||||
sphinx = buildPythonPackage (rec {
|
sphinx = buildPythonPackage (rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "Sphinx";
|
pname = "Sphinx";
|
||||||
version = "1.3.6";
|
version = "1.4.6";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
|
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
|
||||||
sha256 = "12pzlfkjjlwgvsj56k0y809jpx5mgcs9548k1l4kdbr028ifjfqb";
|
sha256 = "1lvr39ab5sjp894jshk39xidlxw9vc735882cgcfr4dlm4546hwy";
|
||||||
};
|
};
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];
|
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user