Merge pull request #191444 from r-ryantm/auto-update/python310Packages.furo

python310Packages.furo: 2022.6.21 -> 2022.9.15
This commit is contained in:
Fabian Affolter 2022-09-17 14:27:01 +02:00 committed by GitHub
commit e923d7885e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,15 +9,16 @@
buildPythonPackage rec {
pname = "furo";
version = "2022.6.21";
version = "2022.9.15";
format = "wheel";
disable = pythonOlder "3.6";
disable = pythonOlder "3.7";
src = fetchPypi {
inherit pname version format;
dist = "py3";
python = "py3";
sha256 = "sha256-Bhto4yM0Xif8ugJM8zoed/Pf2NmYdBC+gidJpwbirdY=";
hash = "sha256-kSnerR916ftPpAdhLx1aDQMgdn5hVsklqv4282L5sRo=";
};
propagatedBuildInputs = [
@ -37,7 +38,9 @@ buildPythonPackage rec {
cd -
'';
pythonImportsCheck = [ "furo" ];
pythonImportsCheck = [
"furo"
];
meta = with lib; {
description = "A clean customizable documentation theme for Sphinx";