Merge pull request #193623 from r-ryantm/auto-update/python310Packages.furo

python310Packages.furo: 2022.9.15 -> 2022.9.29

authored by Fabian Affolter and committed by GitHub 60fdf6cf cea9409c

+2 -2
+2 -2
pkgs/development/python-modules/furo/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "furo"; 12 - version = "2022.9.15"; 12 + version = "2022.9.29"; 13 13 format = "wheel"; 14 14 15 15 disable = pythonOlder "3.7"; ··· 18 18 inherit pname version format; 19 19 dist = "py3"; 20 20 python = "py3"; 21 - hash = "sha256-kSnerR916ftPpAdhLx1aDQMgdn5hVsklqv4282L5sRo="; 21 + hash = "sha256-VZ7heZnA9ScoSB3PaxsM+Ml0PmjF46GMtFp5knR4aak="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [