mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python-prompt-toolkit-1.
* gnu/packages/python-xyz.scm (python-prompt-toolkit-1): Delete variable. (python2-prompt-toolkit-1): Likewise.
This commit is contained in:
parent
c83f305075
commit
c76c7556cd
1 changed files with 0 additions and 14 deletions
|
@ -17956,20 +17956,6 @@ (define-public python-prompt-toolkit-2
|
|||
(list python-wcwidth python-six python-pygments))
|
||||
(properties '())))
|
||||
|
||||
(define-public python-prompt-toolkit-1
|
||||
(package (inherit python-prompt-toolkit-2)
|
||||
(version "1.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5"))))))
|
||||
|
||||
(define-public python2-prompt-toolkit-1
|
||||
(package-with-python2 python-prompt-toolkit-1))
|
||||
|
||||
(define-public python-jedi
|
||||
(package
|
||||
(name "python-jedi")
|
||||
|
|
Loading…
Reference in a new issue