Commit 0b71557a authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.pydata-sphinx-theme: update disabled

parent 4e63d731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {

  format = "wheel";

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit version format;