Merge pull request #224351 from Luflosi/update/python3Packages.furo

python3Packages.furo: 2022.12.7 -> 2023.3.27
This commit is contained in:
Mario Rodas 2023-04-06 18:42:03 -05:00 committed by GitHub
commit b2e8c5d899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "furo";
version = "2022.12.7";
version = "2023.3.27";
format = "wheel";
disable = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-fLdsEqJe9l24WrB0PfkHVz0DAnozYx8X0mflmOuxkfc=";
hash = "sha256-SrK+JUotXlJ5LQynk6EsNVgt0JiXIopt1HiF2r1clSE=";
};
propagatedBuildInputs = [