mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
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:
parent
edd0ec7c2f
commit
99af743311
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue