diff options
author | Thomas Danckaert <post@thomasdanckaert.be> | 2017-09-28 12:05:13 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-09-28 20:24:25 +0200 |
commit | 80c3f4d6c04f7112afab5ce309c8b73d9789c79a (patch) | |
tree | 2f0438eea3f2ff25c3e9694e5bdae15d907b3155 | |
parent | 025b196d9b739418dd9d305864fdb1fb1d0d5af2 (diff) | |
download | patches-80c3f4d6c04f7112afab5ce309c8b73d9789c79a.tar patches-80c3f4d6c04f7112afab5ce309c8b73d9789c79a.tar.gz |
gnu: python-ipython: Update to 5.3.0.
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 5.3.0.
-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 e44462b013..77c4a8347d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5784,13 +5784,13 @@ tools for mocking system commands and recording calls to those.") (define-public python-ipython (package (name "python-ipython") - (version "5.2.2") + (version "5.3.0") (source (origin (method url-fetch) (uri (pypi-uri "ipython" version ".tar.gz")) (sha256 - (base32 "1qhjwa9cyz1np7rhv3p4ip13lkgbqsad62l24xkwiq1ic2gwiqbf")))) + (base32 "079wyjir4a9qx6kvx096b1asm63djbidk65z3ykcbnlngmg62pmz")))) (build-system python-build-system) (outputs '("out" "doc")) (propagated-inputs |