mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
sphinx 1.1.3
This commit is contained in:
parent
50faa2cbef
commit
21e59f4a5f
@ -2584,11 +2584,11 @@ let pythonPackages = python.modules // rec {
|
||||
});
|
||||
|
||||
sphinx = buildPythonPackage (rec {
|
||||
name = "Sphinx-1.0.7";
|
||||
name = "Sphinx-1.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/S/Sphinx/${name}.tar.gz";
|
||||
md5 = "42c722d48e52d4888193965dd473adb5";
|
||||
md5 = "8f55a6d4f87fc6d528120c5d1f983e98";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [docutils jinja2 pygments];
|
||||
|
Loading…
Reference in New Issue
Block a user