lbraun pushed a commit to branch master
in repository guix.
commit fb624c919fe55f4e61a82bbd35579c0a4487b3c4
Author: Antero Mejr <[email protected]>
AuthorDate: Sat Mar 11 13:39:38 2023 +0000
gnu: python-minikanren: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-minikanren)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <[email protected]>
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 58a3a06da8..20de20a229 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29344,8 +29344,7 @@ cons cells in Python.")
python-black
python-sympy
python-versioneer
- python-coverage
- python-pre-commit))
+ python-coverage))
(propagated-inputs
(list python-toolz python-cons python-multipledispatch
python-etuples python-logical-unification))