gnu: python-prompt-toolkit: Update to 1.0.7.

* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.7.
[source]: Use 'pypi-uri'.
This commit is contained in:
Tobias Geerinckx-Rice 2016-08-23 15:09:06 +02:00
parent c033c1958d
commit d15e2ef05a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 6 deletions

View File

@ -9750,17 +9750,14 @@ implementation for Python.")
(define-public python-prompt-toolkit (define-public python-prompt-toolkit
(package (package
(name "python-prompt-toolkit") (name "python-prompt-toolkit")
(version "1.0.3") (version "1.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
"https://pypi.python.org/packages/"
"8d/de/412f23919929c01e6b55183e124623f705e4b91796d3d2dce2cb53d595ad/"
"prompt_toolkit-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18lbmmkyjf509klc3217lq0x863pfzix779zx5kp9lms1iph4pl0")))) "1vyjd0b7wciv55i19l44zy0adx8q7ss79lhy2r9d1rwz2y4822zg"))))
(build-system python-build-system) (build-system python-build-system)
(inputs `(("python-wcwidth" ,python-wcwidth) (inputs `(("python-wcwidth" ,python-wcwidth)
("python-pygments" ,python-pygments))) ("python-pygments" ,python-pygments)))