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:
parent
2bf9cc5ea7
commit
5b8bcc23b1
@ -13068,14 +13068,13 @@ collections of data.")
|
|||||||
(define-public python-prompt-toolkit
|
(define-public python-prompt-toolkit
|
||||||
(package
|
(package
|
||||||
(name "python-prompt-toolkit")
|
(name "python-prompt-toolkit")
|
||||||
(version "3.0.5")
|
(version "3.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "prompt_toolkit" version))
|
(uri (pypi-uri "prompt_toolkit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12a4pyrpnm3vcrvx7lb4cglp220lbvi336mhn2k2nzcgy82lcbw2"))))
|
||||||
"1j3x5s4gp4ih73sbcni0a0vffbzvrxbrbnkvb3fzjgxn810ilgan"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
Loading…
Reference in New Issue
Block a user