mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Sphinx: 1.3.6 -> 1.4.6
This commit is contained in:
parent
ee501fd49a
commit
82ba4d3eb7
1 changed files with 2 additions and 2 deletions
|
@ -22898,10 +22898,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 a new issue