python3Packages.furo: 2022.4.7 -> 2022.6.21

https://github.com/pradyunsg/furo/releases/tag/2022.6.21
This commit is contained in:
Luflosi 2022-06-16 13:18:10 +02:00
parent cf78484db0
commit 85ab2e4256
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -4,11 +4,12 @@
, fetchPypi , fetchPypi
, sphinx , sphinx
, beautifulsoup4 , beautifulsoup4
, sphinx-basic-ng
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "furo"; pname = "furo";
version = "2022.4.7"; version = "2022.6.21";
format = "wheel"; format = "wheel";
disable = pythonOlder "3.6"; disable = pythonOlder "3.6";
@ -16,12 +17,13 @@ buildPythonPackage rec {
inherit pname version format; inherit pname version format;
dist = "py3"; dist = "py3";
python = "py3"; python = "py3";
sha256 = "sha256-fz49L7l3SDWQ+Oyyws1RG9gmYbecGO+yTelVi8nN8tc="; sha256 = "sha256-Bhto4yM0Xif8ugJM8zoed/Pf2NmYdBC+gidJpwbirdY=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
sphinx sphinx
beautifulsoup4 beautifulsoup4
sphinx-basic-ng
]; ];
installCheckPhase = '' installCheckPhase = ''