mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: Remove python2-babel@2.6.
* gnu/packages/python-xyz.scm (python2-babel-2.6): Remove variable.
This commit is contained in:
parent
9e78ec5d24
commit
38438ea909
1 changed files with 0 additions and 12 deletions
|
@ -719,18 +719,6 @@ (define-public python-babel
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue