Skip to content

Commit 10819e9

Browse files
authored
Merge pull request #324171 from r-ryantm/auto-update/python311Packages.jupyter-book
python311Packages.jupyter-book: 1.0.0 -> 1.0.2
2 parents b2e2295 + 088f710 commit 10819e9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
buildPythonPackage rec {
2828
pname = "jupyter-book";
29-
version = "1.0.0";
29+
version = "1.0.2";
3030
pyproject = true;
3131

3232
disabled = pythonOlder "3.9";
3333

3434
src = fetchPypi {
3535
inherit version;
3636
pname = "jupyter_book";
37-
hash = "sha256-U5xdBJNUYgDZ3ie9S1936uoDEV+JN/gl1P+Cs4AamH4=";
37+
hash = "sha256-rRXuSanf7Hc6HTBJ2sOFY4KqL5txRKGAEUduZcEbX0Y=";
3838
};
3939

4040
nativeBuildInputs = [ flit-core ];

0 commit comments

Comments
 (0)