sharlatan pushed a commit to branch python-team
in repository guix.

commit 791f1b8ce705a8975db0fce8d5ace5aa474623a2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 22 20:58:33 2024 +0000

    gnu: python-ipython: Update to 8.29.0.
    
    * gnu/packages/python-xyz.scm (python-ipython): Update to 8.29.0.
    
    Change-Id: Id0f12c0ce404e23800b52af5dfb935691e2d7379
---
 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 ccd9d1d4e7..e8d2f2627f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13265,7 +13265,7 @@ than the default.")
 (define-public python-ipython
   (package
     (name "python-ipython")
-    (version "8.22.1")
+    (version "8.29.0")
     (source
      (origin
        (method git-fetch)
@@ -13274,7 +13274,7 @@ than the default.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gpy8842sdq4wk8h5xns1k7k75wb31vvv4ycjglx4ri5kwwz44aa"))))
+        (base32 "03yrq0wsi98y1v3rf7ai013xhv46i7167dccp1244sfvrsrs4962"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to