guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-ipython: Update to 8.5.0.


From: guix-commits
Subject: branch core-updates updated: gnu: python-ipython: Update to 8.5.0.
Date: Sat, 18 Mar 2023 15:28:31 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 99af743311 gnu: python-ipython: Update to 8.5.0.
99af743311 is described below

commit 99af7433112669e4d696921053608a3569d31004
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Mar 18 20:17:31 2023 +0100

    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.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d1908ec956..758e12eaf3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]