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

* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-05 19:59:23 +01:00
parent b684d45d10
commit a5d82fd393
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,7 +31,7 @@
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2016, 2017, 2018, 2020 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2016, 2017, 2018, 2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20162021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com> ;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
@ -13601,13 +13601,13 @@ (define-public python2-backpack
(define-public python-prompt-toolkit (define-public python-prompt-toolkit
(package (package
(name "python-prompt-toolkit") (name "python-prompt-toolkit")
(version "3.0.7") (version "3.0.9")
(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 "12a4pyrpnm3vcrvx7lb4cglp220lbvi336mhn2k2nzcgy82lcbw2")))) (base32 "0bvjp62cs6aj9lrh7njzxdjgg8pjfw3qgmr551243d9ivmcapvn5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -13624,8 +13624,7 @@ (define-public python-prompt-toolkit
`(("python-wcwidth" ,python-wcwidth))) `(("python-wcwidth" ,python-wcwidth)))
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))
(home-page (home-page "https://github.com/prompt-toolkit/python-prompt-toolkit")
"https://github.com/prompt-toolkit/python-prompt-toolkit")
(synopsis "Library for building command line interfaces in Python") (synopsis "Library for building command line interfaces in Python")
(description (description
"Prompt-Toolkit is a library for building interactive command line "Prompt-Toolkit is a library for building interactive command line