guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: Remove python2-tqdm.


From: guix-commits
Subject: 03/07: gnu: Remove python2-tqdm.
Date: Sat, 22 Jan 2022 06:47:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9604bea0cab67f1b62243d5c814079f7cf91d385
Author: Marius Bakke <marius@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]