lbraun pushed a commit to branch master
in repository guix.
commit 64d69c3f797bcf8911ce3d95c4adf288c4ef0e26
Author: Antero Mejr <[email protected]>
AuthorDate: Sat Mar 11 13:39:31 2023 +0000
gnu: python-jupytext: Replace python-pre-commit with pre-commit.
* gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Remove
python-pre-commit.
[native-inputs]: Add pre-commit.
Signed-off-by: Lars-Dominik Braun <[email protected]>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6b9b5cdba..7ab6c38c80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -352,6 +352,7 @@ design}.")
" and not "))))))))))
(native-inputs
(list git-minimal
+ pre-commit
python-autopep8
python-black
python-flake8
@@ -359,7 +360,6 @@ design}.")
python-isort
python-ipython-genutils
python-jupyter-server
- python-pre-commit
python-pytest
python-pyaml))
(propagated-inputs