Merge pull request #250255 from Luflosi/update/python3Packages.furo

python3Packages.furo: 2023.7.26 -> 2023.9.10
This commit is contained in:
OTABI Tomoya 2023-11-20 20:21:53 +09:00 committed by GitHub
commit 5dd8fd7848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "furo";
version = "2023.7.26";
version = "2023.9.10";
format = "wheel";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-HHk2kp7FfF3ezHyF8H+oss5Ta1yJE3dkzKUIvpDhHv0=";
hash = "sha256-UTCSU4U33FxZZpHaBuPDcHFOyZvEOGgO3B3r/7c+W/w=";
};
nativeBuildInputs = [