python310Packages.sphinx-thebe: 0.1.2 -> 0.2.0

This commit is contained in:
R. Ryantm 2023-01-07 07:40:14 +00:00
parent 2ed9fd143b
commit 7d98b3ba5d

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "sphinx-thebe";
version = "0.1.2";
version = "0.2.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "756f1dd6643f5abb491f8a27b22825b04f47e05c5d214bbb2e6b5d42b621b85e";
sha256 = "sha256-CHZ6WacLlFhpGyujW7b2KkRSlGmUR3rlg5ulPMsKUoc=";
};
propagatedBuildInputs = [ sphinx ];