guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Remove python2-babel@2.6.


From: guix-commits
Subject: 03/05: gnu: Remove python2-babel@2.6.
Date: Sat, 12 Dec 2020 19:07:11 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 38438ea90995a32637b9cc2a481d59150b013612
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 19:29:45 2020 +0100

    gnu: Remove python2-babel@2.6.
    
    * gnu/packages/python-xyz.scm (python2-babel-2.6): Remove variable.
---
 gnu/packages/python-xyz.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1f9321c..bfe005d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -719,18 +719,6 @@ etc. ")
 (define-public python2-babel
   (package-with-python2 python-babel))
 
-;; Sphinx < 2.0 requires this version.  Remove once no longer needed.
-(define-public python2-babel-2.6
-  (package
-    (inherit python2-babel)
-    (version "2.6.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "Babel" version))
-              (sha256
-               (base32
-                "08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))))
-
 (define-public python2-backport-ssl-match-hostname
   (package
     (name "python2-backport-ssl-match-hostname")



reply via email to

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