Unverified Commit fcefc235 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #287143 from r-ryantm/auto-update/python312Packages.sphinx-thebe

python312Packages.sphinx-thebe: 0.3.0 -> 0.3.1
parents 8e316786 0f7cd94b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "sphinx-thebe";
  version = "0.3.0";
  version = "0.3.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "sphinx_thebe";
    hash = "sha256-xg2rG1m5LWouq41xGeh8BzBHDaYvPIS/bKdWkEh9BQU=";
    hash = "sha256-V2BH9FVg6C9kql8VIAsesJTc/hxbj1MaimW9II4lpJM=";
  };

  nativeBuildInputs = [