python310Packages.furo: 2022.9.15 -> 2022.9.29

This commit is contained in:
R. Ryantm 2022-09-30 01:33:55 +00:00
parent d7320b08cf
commit d108a440c1

View file

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