Merge pull request #167813 from r-ryantm/auto-update/python3.10-furo

python310Packages.furo: 2022.3.4 -> 2022.4.7
This commit is contained in:
Fabian Affolter 2022-04-08 11:59:52 +02:00 committed by GitHub
commit 2543c9b146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "furo";
version = "2022.3.4";
version = "2022.4.7";
format = "wheel";
disable = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
sha256 = "sha256-bHGCk+v4d1XwufFIseaXyeOqvXr5VWRNS8ruXOddt4E=";
sha256 = "sha256-fz49L7l3SDWQ+Oyyws1RG9gmYbecGO+yTelVi8nN8tc=";
};
propagatedBuildInputs = [