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

python312Packages.sphinx-thebe: 0.3.0 -> 0.3.1
This commit is contained in:
Mario Rodas 2024-02-08 05:50:21 -05:00 committed by GitHub
commit fcefc23520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [