python310Packages.furo: 2022.9.29 -> 2022.12.7

This commit is contained in:
R. Ryantm 2022-12-07 05:41:36 +00:00
parent 7ea3d4395d
commit 5f2fb6ee6a

View File

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