python.pkgs.sphinx: 1.7.9 -> 1.8.3
This commit is contained in:
parent
19a93ec147
commit
86f646da67
pkgs/development/python-modules/sphinx
|
@ -26,11 +26,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx";
|
pname = "sphinx";
|
||||||
version = "1.7.9";
|
version = "1.8.3";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "Sphinx";
|
pname = "Sphinx";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "217a7705adcb573da5bbe1e0f5cab4fa0bd89fd9342c9159121746f593c2d5a4";
|
sha256 = "c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8";
|
||||||
};
|
};
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue