python313Packages.nbdev: 2.4.7 -> 2.4.14

Changelog: https://github.com/fastai/nbdev/blob/2.4.14/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-01-26 12:11:15 +01:00
parent aecc1c5dbf
commit 623a46531f
@@ -6,6 +6,7 @@
setuptools,
ipywidgets,
fastcore,
fastgit,
astunparse,
watchdog,
execnb,
@@ -15,12 +16,12 @@
buildPythonPackage rec {
pname = "nbdev";
version = "2.4.7";
version = "2.4.14";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SonqSaW/xmM91Cy0aLAkVUrXuNnkjg+ZphZF3I5ZGvQ=";
hash = "sha256-zXUbUFf08IncbDO6sHiZP6KFvhF3d+GsFLPp2EuAW3g=";
};
pythonRelaxDeps = [ "ipywidgets" ];
@@ -34,6 +35,7 @@ buildPythonPackage rec {
astunparse
execnb
fastcore
fastgit
ghapi
ipywidgets
pyyaml