pythonPackages.sphinx: updated Sphinx from 1.2 -> 1.2.3

This commit is contained in:
Rok Garbas 2014-11-06 12:28:54 +01:00
parent 6f53886360
commit e3ec452b1f

View file

@ -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];