diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 18:52:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 20:38:48 +0200 |
commit | 9fc445b1a563b95347154523bcca489124141daf (patch) | |
tree | 678c27a5de327ab0a4a3569b103562ea9954eb3d /gnu/packages/python.scm | |
parent | f2d4944086e16e2e60d47b64189d2f04c1a3fb75 (diff) |
gnu: python-pexpect: Update to 4.6.0.
* gnu/packages/python.scm (python-pexpect): Update to 4.6.0.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8165e47349..4da26c5d30 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4340,13 +4340,13 @@ displayed.") (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 |