diff options
author | Christopher Baines <mail@cbaines.net> | 2018-12-05 20:04:41 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-12-09 08:21:42 +0000 |
commit | 33827662f56f7ec51a5aacaa312492c1fe8a9fcb (patch) | |
tree | b2b43875b4533bfe009cd6bf6b07f6606168df10 | |
parent | 1dbb30d29b146b976d5bd2cc44c4ae3979dfee8e (diff) | |
download | guix-33827662f56f7ec51a5aacaa312492c1fe8a9fcb.tar guix-33827662f56f7ec51a5aacaa312492c1fe8a9fcb.tar.gz |
Upgrade python-prompt-toolkit
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9f1a1803bd..b5f3c23c44 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9801,14 +9801,14 @@ collections of data.") (define-public python-prompt-toolkit (package (name "python-prompt-toolkit") - (version "1.0.15") + (version "2.0.7") (source (origin (method url-fetch) (uri (pypi-uri "prompt_toolkit" version ".tar.gz")) (sha256 (base32 - "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5")))) + "0fgacqk73w7s932vy46pan2yp8rvjmlkag20xvaydh9mhf6h85zx")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; The test suite uses some Windows-specific data types. |