lol

python3Packages.furo: 2023.8.19 -> 2023.9.10

https://github.com/pradyunsg/furo/releases/tag/2023.09.10

Luflosi be160f8f 4a91c1cf

+2 -2
+2 -2
pkgs/development/python-modules/furo/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "furo"; 13 - version = "2023.8.19"; 13 + version = "2023.9.10"; 14 14 format = "wheel"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 inherit pname version format; 20 20 dist = "py3"; 21 21 python = "py3"; 22 - hash = "sha256-Evmfh6GHO2dGIoz94Y93JE5sH/uF1/7ZXmOKrnDYBZA="; 22 + hash = "sha256-UTCSU4U33FxZZpHaBuPDcHFOyZvEOGgO3B3r/7c+W/w="; 23 23 }; 24 24 25 25 nativeBuildInputs = [