gnu: python-ipython: Update to 7.9.0.
* gnu/packages/python-xyz.scm (python-ipython): Update to 7.9.0.
This commit is contained in:
parent
1219a7cc05
commit
ee51577325
1 changed files with 2 additions and 2 deletions
|
@ -5624,13 +5624,13 @@ computing.")
|
||||||
(define-public python-ipython
|
(define-public python-ipython
|
||||||
(package
|
(package
|
||||||
(name "python-ipython")
|
(name "python-ipython")
|
||||||
(version "7.5.0")
|
(version "7.9.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 "09mbxq37mfn88xjnib7qfzaq9krr7gf1jxwy1p6mcjr254082h78"))))
|
(base32 "103jkw18z7fnwdal1mdbijjxi1fndzn31g887lmj7ddpf2r07lyz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-backcall" ,python-backcall)
|
`(("python-backcall" ,python-backcall)
|
||||||
|
|
Reference in a new issue