Skip to content

Commit 5cbf490

Browse files
authored
python312Packages.nbdev: 2.3.37 -> 2.4.2 (#399164)
2 parents 1495746 + fc2b98c commit 5cbf490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nbdev/default.nix

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

1616
buildPythonPackage rec {
1717
pname = "nbdev";
18-
version = "2.3.37";
18+
version = "2.4.2";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
inherit pname version;
25-
hash = "sha256-6Z/p71t9FopVcSh4TCFSPP382AM1CYen00eQOD8Jx8A=";
25+
hash = "sha256-OtCpN2Jw4ghv19jY4N2Yn46CxxZuPQSybFw62MIIf0g=";
2626
};
2727

2828
pythonRelaxDeps = [ "ipywidgets" ];

0 commit comments

Comments
 (0)