Skip to content

Commit e4509e3

Browse files
committed
python312Packages.mkdocs-jupyter: 0.25.0 -> 0.25.1
Changelog: https://github.com/danielfrg/mkdocs-jupyter/blob/0.25.1/CHANGELOG.md
1 parent 30448f4 commit e4509e3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/mkdocs-jupyter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/mkdocs-jupyter/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
buildPythonPackage rec {
1818
pname = "mkdocs-jupyter";
19-
version = "0.25.0";
19+
version = "0.25.1";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.9";
2323

2424
src = fetchPypi {
2525
pname = "mkdocs_jupyter";
2626
inherit version;
27-
hash = "sha256-4mwdNBkWvFf5bqP5PY0KiPx3yH1M7iIvZtIAd5jZJPU=";
27+
hash = "sha256-DpJy/0lH4OxoPJJCOkv7QqJkd8EDqxpquCd+LcyPev4=";
2828
};
2929

3030
pythonRelaxDeps = [ "nbconvert" ];

0 commit comments

Comments
 (0)