mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-prompt-toolkit: Update to 1.0.9.
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.9.
This commit is contained in:
parent
791ac6a68d
commit
6a34f4ccc8
1 changed files with 2 additions and 2 deletions
|
@ -10582,14 +10582,14 @@ (define-public python2-orator
|
||||||
(define-public python-prompt-toolkit
|
(define-public python-prompt-toolkit
|
||||||
(package
|
(package
|
||||||
(name "python-prompt-toolkit")
|
(name "python-prompt-toolkit")
|
||||||
(version "1.0.7")
|
(version "1.0.9")
|
||||||
(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
|
||||||
"1vyjd0b7wciv55i19l44zy0adx8q7ss79lhy2r9d1rwz2y4822zg"))))
|
"172r15k9kwdw2lnajvpz1632dd16nqz1kcal1p0lq5ywdarj6rfd"))))
|
||||||
(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