Unverified Commit 65e94d5a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

python3Packages.furo: 2023.9.10 -> 2024.1.29
parents 51e48d3e bac15ec6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [