python3Packages.nbdev: 2.4.6 -> 2.4.7 (#472918)

This commit is contained in:
OTABI Tomoya
2026-01-06 14:53:31 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "nbdev";
version = "2.4.6";
version = "2.4.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nr5bHyhyJDFOilNOCW3DH67Q+J2n+jDvXhqPiXchUyQ=";
hash = "sha256-SonqSaW/xmM91Cy0aLAkVUrXuNnkjg+ZphZF3I5ZGvQ=";
};
pythonRelaxDeps = [ "ipywidgets" ];