python3Packages.furo: 2023.9.10 -> 2024.1.29

https://github.com/pradyunsg/furo/releases/tag/2024.01.29
This commit is contained in:
Luflosi
2024-02-09 18:57:20 +01:00
parent 61950db5f8
commit bac15ec630
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "furo";
version = "2023.9.10";
version = "2024.1.29";
format = "wheel";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-UTCSU4U33FxZZpHaBuPDcHFOyZvEOGgO3B3r/7c+W/w=";
hash = "sha256-NUi+LO9Foy+M3AJy1BX8s+X6ag603f4h3z7PH+RaE88=";
};
nativeBuildInputs = [