diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-12 19:29:45 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-13 01:05:57 +0100 |
commit | 38438ea90995a32637b9cc2a481d59150b013612 (patch) | |
tree | 16446a960f11074991e88ed344c5601c83b8d4aa /gnu/packages | |
parent | 9e78ec5d2459b5b74caa4fd98a68029b4d8c1697 (diff) | |
download | guix-38438ea90995a32637b9cc2a481d59150b013612.tar.gz |
gnu: Remove python2-babel@2.6.
* gnu/packages/python-xyz.scm (python2-babel-2.6): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 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") |