python312Packages.nbdev: 2.3.27 -> 2.3.28

Changelog: https://github.com/fastai/nbdev/blob/2.3.28/CHANGELOG.md
This commit is contained in:
natsukium 2024-09-01 10:58:40 +09:00
parent c09fbe38a8
commit f66332b008
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "nbdev";
version = "2.3.27";
version = "2.3.28";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vF79mY5dy00xfaGR8L9HPpdxOiEpiJ1AQt42hO9DIMs=";
hash = "sha256-BTZFcX7/mPDgahK9K2WiVQUWK5lFhtH4f4IilgIIwgw=";
};