python312Packages.nbdev: 2.3.32 -> 2.3.34

This commit is contained in:
R. Ryantm
2024-12-09 20:46:38 +00:00
parent f602946645
commit 5ae7ef9ba8
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "nbdev";
version = "2.3.32";
version = "2.3.34";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pyPUmITUIM2uwm9F7xm+yorXMwMsHctVc4936+J76a0=";
hash = "sha256-oHZjN+Qu4I9HyR1ReATgCdheTfvphJUcvs7od1OOTvc=";
};