mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
Sphinx: 1.3.6 -> 1.4.6
This commit is contained in:
parent
ee501fd49a
commit
82ba4d3eb7
@ -22898,10 +22898,10 @@ in modules // {
|
|||||||
sphinx = buildPythonPackage (rec {
|
sphinx = buildPythonPackage (rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "Sphinx";
|
pname = "Sphinx";
|
||||||
version = "1.3.6";
|
version = "1.4.6";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
|
url = "mirror://pypi/S/${pname}/${name}.tar.gz";
|
||||||
sha256 = "12pzlfkjjlwgvsj56k0y809jpx5mgcs9548k1l4kdbr028ifjfqb";
|
sha256 = "1lvr39ab5sjp894jshk39xidlxw9vc735882cgcfr4dlm4546hwy";
|
||||||
};
|
};
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];
|
buildInputs = with self; [ nose simplejson mock pkgs.glibcLocales ];
|
||||||
|
Loading…
Reference in New Issue
Block a user