me
/
guix
Archived
1
0
Fork 0

gnu: python-ipython: Update to 7.20.0.

* gnu/packages/python-xyz.scm (python-ipython): Update to 7.20.0.
master
Ricardo Wurmus 2021-12-02 13:32:29 +01:00
parent 5723503f9f
commit 46b73fd22d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8654,13 +8654,13 @@ callback signature using a prototype function.")
(define-public python-ipython
(package
(name "python-ipython")
(version "7.9.0")
(version "7.20.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipython" version ".tar.gz"))
(sha256
(base32 "103jkw18z7fnwdal1mdbijjxi1fndzn31g887lmj7ddpf2r07lyz"))))
(base32 "17pzzyfh6z7il1j49fb32glad04pqppqjsymj67gb30ah80ay8qr"))))
(build-system python-build-system)
(propagated-inputs
`(("python-backcall" ,python-backcall)