guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-ipython: Update to 5.5.0.


From: Marius Bakke
Subject: 04/07: gnu: python-ipython: Update to 5.5.0.
Date: Sun, 25 Feb 2018 23:07:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f160557b955a27c681d4482e7b541966e31e3c78
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 26 04:47:22 2018 +0100

    gnu: python-ipython: Update to 5.5.0.
    
    * gnu/packages/python.scm (python-ipython): Update to 5.5.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 82108ba..19f43dc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4496,13 +4496,13 @@ installing @code{kernelspec}s for use with Jupyter 
frontends.")
 (define-public python-ipython
   (package
     (name "python-ipython")
-    (version "5.3.0")
+    (version "5.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ipython" version ".tar.gz"))
        (sha256
-        (base32 "079wyjir4a9qx6kvx096b1asm63djbidk65z3ykcbnlngmg62pmz"))))
+        (base32 "03qmzpfy00if10i9k8fjkam1s4xg22j73f933x5d228z9n4rwik6"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs



reply via email to

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