gnu: python-ipython: Update to 5.5.0.
* gnu/packages/python.scm (python-ipython): Update to 5.5.0.
This commit is contained in:
parent
ff856cfdcc
commit
f160557b95
@ -4496,13 +4496,13 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
|
|||||||
(define-public python-ipython
|
(define-public python-ipython
|
||||||
(package
|
(package
|
||||||
(name "python-ipython")
|
(name "python-ipython")
|
||||||
(version "5.3.0")
|
(version "5.5.0")
|
||||||
(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 "079wyjir4a9qx6kvx096b1asm63djbidk65z3ykcbnlngmg62pmz"))))
|
(base32 "03qmzpfy00if10i9k8fjkam1s4xg22j73f933x5d228z9n4rwik6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user