Skip to content

Commit

Permalink
Merge pull request #18170 from phile314/sphinx-update
Browse files Browse the repository at this point in the history
Sphinx: 1.3.6 -> 1.4.6
  • Loading branch information
FRidh committed Sep 19, 2016
2 parents b81a521 + 82ba4d3 commit ca24eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -23044,10 +23044,10 @@ in modules // {
sphinx = buildPythonPackage (rec {
name = "${pname}-${version}";
pname = "Sphinx";
version = "1.3.6";
version = "1.4.6";
src = pkgs.fetchurl {
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
sha256 = "12pzlfkjjlwgvsj56k0y809jpx5mgcs9548k1l4kdbr028ifjfqb";
sha256 = "1lvr39ab5sjp894jshk39xidlxw9vc735882cgcfr4dlm4546hwy";
};
LC_ALL = "en_US.UTF-8";
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];
Expand Down

0 comments on commit ca24eb5

Please sign in to comment.