nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python.pkgs.sphinx: 1.7.9 -> 1.8.3

+2 -2
+2 -2
pkgs/development/python-modules/sphinx/default.nix
··· 26 26 27 27 buildPythonPackage rec { 28 28 pname = "sphinx"; 29 - version = "1.7.9"; 29 + version = "1.8.3"; 30 30 src = fetchPypi { 31 31 pname = "Sphinx"; 32 32 inherit version; 33 - sha256 = "217a7705adcb573da5bbe1e0f5cab4fa0bd89fd9342c9159121746f593c2d5a4"; 33 + sha256 = "c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8"; 34 34 }; 35 35 LC_ALL = "en_US.UTF-8"; 36 36