mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python-pexpect: Update to 4.6.0.
* gnu/packages/python.scm (python-pexpect): Update to 4.6.0.
This commit is contained in:
parent
f2d4944086
commit
9fc445b1a5
1 changed files with 2 additions and 2 deletions
|
@ -4340,13 +4340,13 @@ (define-public python2-honcho
|
|||
(define-public python-pexpect
|
||||
(package
|
||||
(name "python-pexpect")
|
||||
(version "4.2.1")
|
||||
(version "4.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pexpect" version))
|
||||
(sha256
|
||||
(base32 "14ls7k99pwvl21zqv65kzrhccv50j89m5ij1hf0slmsvlxjj84rx"))))
|
||||
(base32 "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue