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

python310Packages.furo: 2022.9.15 -> 2022.9.29
This commit is contained in:
Fabian Affolter 2022-09-30 09:07:37 +02:00 committed by GitHub
commit 60fdf6cfec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [