From 1d7c44ec5daff0606ab8ae63f8b5f6c491fddc82 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 16 Apr 2021 19:08:47 +0200 Subject: [PATCH] python3Packages.sphinx: 3.3.1 -> 3.5.4 --- pkgs/development/python-modules/sphinx/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 9ce0015cdf8..e81ee3c6f1e 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -33,11 +33,11 @@ buildPythonPackage rec { pname = "sphinx"; - version = "3.3.1"; + version = "3.5.4"; src = fetchPypi { pname = "Sphinx"; inherit version; - sha256 = "1e8d592225447104d1172be415bc2972bd1357e3e12fdc76edf2261105db4300"; + sha256 = "19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1"; }; LC_ALL = "en_US.UTF-8"; @@ -74,7 +74,7 @@ buildPythonPackage rec { meta = { 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; maintainers = with lib.maintainers; [ nand0p ]; };