gnu: python-ipython: Update to 8.5.0.

This is a conservative update to the first version that passes all tests.
The version 8.8.0 works also, the latest 8.10.0 requires changes to the
recipe.

* gnu/packages/python-xyz.scm (python-ipython): Update to 8.5.0.
This commit is contained in:
Andreas Enge 2023-03-18 20:17:31 +01:00
parent edd0ec7c2f
commit 99af743311
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -9584,13 +9584,13 @@ than the default.")
(define-public python-ipython
(package
(name "python-ipython")
(version "8.2.0")
(version "8.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipython" version ".tar.gz"))
(sha256
(base32 "1hcxa713wh3axa57412iy02rj0494ljvv6gpnls4lndc5h9yprbh"))))
(base32 "114z175hnv1lgprj06zfcil7lkq013rggjbrc43gsxkmv1fdyyq9"))))
(build-system python-build-system)
(arguments
`(#:phases