mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-prompt-toolkit: Update to 3.0.43.
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.43. Change-Id: I55d26227bd5c20f9da61932ac8f51ef6fe4122d9
This commit is contained in:
parent
b3949c72d9
commit
446973b4a1
1 changed files with 2 additions and 2 deletions
|
@ -22465,13 +22465,13 @@ collections of data.")
|
|||
(define-public python-prompt-toolkit
|
||||
(package
|
||||
(name "python-prompt-toolkit")
|
||||
(version "3.0.29")
|
||||
(version "3.0.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "prompt_toolkit" version))
|
||||
(sha256
|
||||
(base32 "19vf5cahp3imdpwhgvk55g3dvqmc6ga175r4vkq79kffx1h0yr5x"))))
|
||||
(base32 "0zgzn02ffc9njpz0pfsin30nwmm3754cig20l1jvqv0h4spvf9rm"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Reference in a new issue