python312Packages.myst-nb: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-04-12 14:38:35 +00:00
parent feeff83e61
commit bfbf91b458
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "myst-nb";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "myst_nb";
hash = "sha256-kHfkKhxrRB6lUHhQb4NVXdpdbIFu9JMIQdcdI54+DF4=";
hash = "sha256-kniEDoRPXXgLWsxUAMv2PZfKrM+OtEKlXr2aA+JSLV4=";
};
nativeBuildInputs = [