gnu: python-ipython: Update to 5.3.0.

* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 5.3.0.
master
Thomas Danckaert 2017-09-28 12:05:13 +02:00 committed by Thomas Danckaert
parent 025b196d9b
commit 80c3f4d6c0
No known key found for this signature in database
GPG Key ID: 5C3B064C724A5726
1 changed files with 2 additions and 2 deletions

View File

@ -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