diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:47:43 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:38 -0400 |
commit | 4c17f2b3fe209296ba6f1f9dabde9d3a4b0ce7c0 (patch) | |
tree | 1393ef97caf1d7298289d3a8709f50f6ceaac101 | |
parent | ffec658a72bf1053842d9237b939c86779f497da (diff) | |
download | guix-4c17f2b3fe209296ba6f1f9dabde9d3a4b0ce7c0.tar.gz |
gnu: Remove python2-mistune.
* gnu/packages/python-xyz.scm (python2-mistune): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5c8bf5412d..72868cd482 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11024,9 +11024,6 @@ It also removes useless @code{pass} statements.") Python.") (license license:bsd-3))) -(define-public python2-mistune - (package-with-python2 python-mistune)) - ;; 2.0 is not released yet, but some packages have started using it. (define-public python-mistune-next (package |