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 @@ displayed.")
|
||||||
(define-public python-pexpect
|
(define-public python-pexpect
|
||||||
(package
|
(package
|
||||||
(name "python-pexpect")
|
(name "python-pexpect")
|
||||||
(version "4.2.1")
|
(version "4.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pexpect" version))
|
(uri (pypi-uri "pexpect" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14ls7k99pwvl21zqv65kzrhccv50j89m5ij1hf0slmsvlxjj84rx"))))
|
(base32 "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue