python.pkgs.sphinx: 1.7.9 -> 1.8.3
This commit is contained in:
parent
19a93ec147
commit
86f646da67
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx";
|
||||
version = "1.7.9";
|
||||
version = "1.8.3";
|
||||
src = fetchPypi {
|
||||
pname = "Sphinx";
|
||||
inherit version;
|
||||
sha256 = "217a7705adcb573da5bbe1e0f5cab4fa0bd89fd9342c9159121746f593c2d5a4";
|
||||
sha256 = "c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8";
|
||||
};
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
|
|
Loading…
Reference in a new issue