pythonPackages.sphinx: updated Sphinx from 1.2 -> 1.2.3
This commit is contained in:
parent
6f53886360
commit
e3ec452b1f
1 changed files with 2 additions and 2 deletions
|
@ -8840,11 +8840,11 @@ let
|
|||
|
||||
|
||||
sphinx = buildPythonPackage (rec {
|
||||
name = "Sphinx-1.2";
|
||||
name = "Sphinx-1.2.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/S/Sphinx/${name}.tar.gz";
|
||||
md5 = "8516046aad73fe46dedece4e8e434328";
|
||||
md5 = "a98c93124035b4cd7183604aec656cb3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [docutils jinja2 pygments];
|
||||
|
|
Loading…
Reference in a new issue