python312Packages.mkdocs-jupyter: 0.24.8 -> 0.25.0
Changelog: https://github.com/danielfrg/mkdocs-jupyter/blob/0.25.0/CHANGELOG.md
This commit is contained in:
parent
35a01c6645
commit
74aa49ee7f
@ -16,15 +16,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-jupyter";
|
||||
version = "0.24.8";
|
||||
version = "0.25.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "mkdocs_jupyter";
|
||||
inherit version;
|
||||
hash = "sha256-Cadi9ITVQNnA6UTTSyjLU2oyhp4iS0YOL8eRsUP3aUA=";
|
||||
hash = "sha256-4mwdNBkWvFf5bqP5PY0KiPx3yH1M7iIvZtIAd5jZJPU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "nbconvert" ];
|
||||
|
Loading…
Reference in New Issue
Block a user