Merge pull request #303635 from r-ryantm/auto-update/python312Packages.myst-nb

python312Packages.myst-nb: 1.0.0 -> 1.1.0
This commit is contained in:
Mario Rodas 2024-04-15 02:08:31 -05:00 committed by GitHub
commit c4adfa009b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [