python312Packages.nbdev: 2.3.32 -> 2.3.34 (#363717)

This commit is contained in:
Nick Cao 2024-12-10 09:18:30 -05:00 committed by GitHub
commit 56369869fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";
};