me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vinicius Monego 2021-06-08 13:26:11 +00:00 committed by Leo Famulari
parent a9eb39d4eb
commit 5502bf9a9b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -15230,13 +15230,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.9") (version "3.0.18")
(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 "0bvjp62cs6aj9lrh7njzxdjgg8pjfw3qgmr551243d9ivmcapvn5")))) (base32 "1g1kq1aimhm23k2dmlmnznfzc83l6ly65g0h32hqz8injcdz3d71"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases