python312Packages.myst-nb: 1.1.2 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-02-13 14:07:03 +00:00
parent 9a4b0e6f7b
commit 8e0c372d12
@@ -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 ];