mbakke pushed a commit to branch master
in repository guix.

commit 9604bea0cab67f1b62243d5c814079f7cf91d385
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Jan 22 11:07:20 2022 +0100

    gnu: Remove python2-tqdm.
    
    * gnu/packages/python-xyz.scm (python2-tqdm): Remove variable.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 036b0c7d29..2a7da59647 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20238,9 +20238,6 @@ iterable with @code{|tqdm(iterable)|}.  Offers many 
options to define
 design and layout.")
     (license (list license:mpl2.0 license:expat))))
 
-(define-public python2-tqdm
-  (package-with-python2 python-tqdm))
-
 (define-public python-pkginfo
   (package
     (name "python-pkginfo")

Reply via email to