From 38438ea90995a32637b9cc2a481d59150b013612 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 12 Dec 2020 19:29:45 +0100 Subject: 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 1f9321c184..bfe005dc30 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") -- cgit v1.2.3