gnu: python-ipython: Update to 4.0.3
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to version 4.0.3.
This commit is contained in:
parent
5a66e25ce6
commit
4dbc8ec483
|
@ -4705,13 +4705,13 @@ tools for mocking system commands and recording calls to those.")
|
||||||
(define-public python-ipython
|
(define-public python-ipython
|
||||||
(package
|
(package
|
||||||
(name "python-ipython")
|
(name "python-ipython")
|
||||||
(version "4.0.0")
|
(version "4.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ipython" version ".tar.gz"))
|
(uri (pypi-uri "ipython" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1npl8g6bfsff9j938ypx0q5fyzy2l8lp0jl8skjjj2zv0z27dlig"))))
|
(base32 "1h2gp1p06sww9rzfkfzqy489bh47gj3910y2b1wdk3dcx1cqz4is"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue