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

* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-01 01:14:28 +02:00
parent 2bf9cc5ea7
commit 5b8bcc23b1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -13068,14 +13068,13 @@ collections of data.")
(define-public python-prompt-toolkit
(package
(name "python-prompt-toolkit")
(version "3.0.5")
(version "3.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "prompt_toolkit" version))
(sha256
(base32
"1j3x5s4gp4ih73sbcni0a0vffbzvrxbrbnkvb3fzjgxn810ilgan"))))
(base32 "12a4pyrpnm3vcrvx7lb4cglp220lbvi336mhn2k2nzcgy82lcbw2"))))
(build-system python-build-system)
(arguments
`(#:phases