mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-prompt-toolkit: Update to 1.0.15.
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.15.
This commit is contained in:
parent
8fab029dbc
commit
b46ea394a4
1 changed files with 2 additions and 2 deletions
|
@ -8906,14 +8906,14 @@ (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 "1.0.9")
|
(version "1.0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
|
(uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"172r15k9kwdw2lnajvpz1632dd16nqz1kcal1p0lq5ywdarj6rfd"))))
|
"05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.
|
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.
|
||||||
|
|
Loading…
Reference in a new issue