Merge pull request #191444 from r-ryantm/auto-update/python310Packages.furo
python310Packages.furo: 2022.6.21 -> 2022.9.15
This commit is contained in:
commit
e923d7885e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user