diff options
author | Edouard Klein <edk@beaver-labs.com> | 2020-05-26 13:41:47 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-05-26 12:43:07 +0100 |
commit | 10320a650059cda54c5bef47e8a5d6208eefc6f1 (patch) | |
tree | 8677f390b812ada41b49cb01bcb13b6dacb548d7 | |
parent | 20f524a44b1a9728045be1198ff795697557796c (diff) | |
download | patches-series-4106.tar patches-series-4106.tar.gz |
gnu: Remove python-prompt-toolkit-1series-4106
* gnu/packages/python-xyz.scm (python-prompt-toolkit-1): Remove variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b359ffc955..df7f05403e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12168,20 +12168,6 @@ characters, mouse support, and auto suggestions.") (define-public python2-prompt-toolkit (package-with-python2 python-prompt-toolkit)) -(define-public python-prompt-toolkit-1 - (package (inherit python-prompt-toolkit) - (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") |