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:
Ricardo Wurmus 2024-02-27 16:02:17 +01:00 committed by Sharlatan Hellseher
parent b3949c72d9
commit 446973b4a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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