apteryx pushed a commit to branch master
in repository guix.

commit e7b018b2829b56fc0e659a32982685c636bf1552
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Sep 26 22:31:13 2021 -0400

    gnu: python2-pyhamcrest: Remove package.
    
    * gnu/packages/check.scm (python2-pyhamcrest): Delete variable.
---
 gnu/packages/check.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b49f9de..6f50837 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2742,9 +2742,6 @@ retried.")
  allowing you to declaratively define \"match\" rules.")
       (license license:bsd-3))))
 
-(define-public python2-pyhamcrest
-  (package-with-python2 python-pyhamcrest))
-
 (define-public unittest-cpp
   (package
     (name "unittest-cpp")

Reply via email to