python312Packages.myst-nb: 1.1.1 -> 1.1.2 (#344241)

This commit is contained in:
Nick Cao 2024-09-24 18:10:37 -04:00 committed by GitHub
commit 21ab52f81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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