mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #18170 from phile314/sphinx-update
Sphinx: 1.3.6 -> 1.4.6
This commit is contained in:
commit
ca24eb5712
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user