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

* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-28 23:01:49 +01:00
parent 791ac6a68d
commit 6a34f4ccc8
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -10582,14 +10582,14 @@ (define-public python2-orator
(define-public python-prompt-toolkit
(package
(name "python-prompt-toolkit")
(version "1.0.7")
(version "1.0.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
(sha256
(base32
"1vyjd0b7wciv55i19l44zy0adx8q7ss79lhy2r9d1rwz2y4822zg"))))
"172r15k9kwdw2lnajvpz1632dd16nqz1kcal1p0lq5ywdarj6rfd"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.