furo: 2022.2.23 -> 2022.3.4

https://github.com/pradyunsg/furo/releases/tag/2022.03.04
This commit is contained in:
Luflosi 2022-03-04 14:54:50 +01:00 committed by Jonathan Ringer
parent f51f02bb8a
commit 937e804f18

View File

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