Skip to content

Commit 7c00ac8

Browse files
committed
python312Packages.nbdev: 2.3.27 -> 2.3.28
1 parent 56fab16 commit 7c00ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nbdev/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "nbdev";
18-
version = "2.3.27";
18+
version = "2.3.28";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
inherit pname version;
25-
hash = "sha256-vF79mY5dy00xfaGR8L9HPpdxOiEpiJ1AQt42hO9DIMs=";
25+
hash = "sha256-BTZFcX7/mPDgahK9K2WiVQUWK5lFhtH4f4IilgIIwgw=";
2626
};
2727

2828

0 commit comments

Comments
 (0)