python3Packages.sphinx: 3.3.1 -> 3.5.4

This commit is contained in:
Wolfgang Walther 2021-04-16 19:08:47 +02:00 committed by github-actions[bot]
parent c906464396
commit 1d7c44ec5d

View File

@ -33,11 +33,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sphinx"; pname = "sphinx";
version = "3.3.1"; version = "3.5.4";
src = fetchPypi { src = fetchPypi {
pname = "Sphinx"; pname = "Sphinx";
inherit version; inherit version;
sha256 = "1e8d592225447104d1172be415bc2972bd1357e3e12fdc76edf2261105db4300"; sha256 = "19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1";
}; };
LC_ALL = "en_US.UTF-8"; LC_ALL = "en_US.UTF-8";
@ -74,7 +74,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects"; description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
homepage = "http://sphinx.pocoo.org/"; homepage = "https://www.sphinx-doc.org";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nand0p ]; maintainers = with lib.maintainers; [ nand0p ];
}; };