python312Packages.myst-nb: 1.1.2 -> 1.2.0 (#381768)

This commit is contained in:
Nick Cao
2025-02-13 16:46:17 -05:00
committed by GitHub

View File

@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "myst-nb";
version = "1.1.2";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "myst_nb";
hash = "sha256-lhtABWVwKcqJiSpMde2/CFbFTOr2FyNotGv3Z2wfdwA=";
hash = "sha256-r0Wex1OzQZUhgrRbCoC0d2zr+Aye5qrKKj9AJ7RAyd4=";
};
nativeBuildInputs = [ flit-core ];