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

Merge pull request #212955 from marsam/update-sphinx-thebe

python310Packages.sphinx-thebe: 0.2.0 -> 0.2.1
parents 468e7cf7 fcef54df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "sphinx-thebe";
  version = "0.2.0";
  version = "0.2.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-CHZ6WacLlFhpGyujW7b2KkRSlGmUR3rlg5ulPMsKUoc=";
    sha256 = "f4c8c1542054f991b73fcb28c4cf21697e42aba2f83f22348c1c851b82766583";
  };

  propagatedBuildInputs = [ sphinx ];