Merge pull request #121648 from AluisioASG/aasg/jupytext-1.11.2

python3Packages.markdown-it-py: 0.6.2 -> 1.0.0; python3Packages.jupytext: 1.11.0 -> 1.11.2
This commit is contained in:
Luke Granger-Brown
2021-05-08 23:01:21 +01:00
committed by GitHub
7 changed files with 208 additions and 33 deletions
+8
View File
@@ -3895,6 +3895,8 @@ in {
line_profiler = callPackage ../development/python-modules/line_profiler { };
linkify-it-py = callPackage ../development/python-modules/linkify-it-py { };
linode-api = callPackage ../development/python-modules/linode-api { };
linode = callPackage ../development/python-modules/linode { };
@@ -4115,6 +4117,8 @@ in {
md2gemini = callPackage ../development/python-modules/md2gemini { };
mdit-py-plugins = callPackage ../development/python-modules/mdit-py-plugins { };
MDP = callPackage ../development/python-modules/mdp { };
measurement = callPackage ../development/python-modules/measurement { };
@@ -6398,6 +6402,8 @@ in {
pytest-random-order = callPackage ../development/python-modules/pytest-random-order { };
pytest-regressions = callPackage ../development/python-modules/pytest-regressions { };
pytest-relaxed = callPackage ../development/python-modules/pytest-relaxed { };
pytest-remotedata = callPackage ../development/python-modules/pytest-remotedata { };
@@ -8315,6 +8321,8 @@ in {
uarray = callPackage ../development/python-modules/uarray { };
uc-micro-py = callPackage ../development/python-modules/uc-micro-py { };
ueberzug = callPackage ../development/python-modules/ueberzug {
inherit (pkgs.xorg) libX11 libXext;
};