guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-ipython: Update to 4.0.3


From: Hartmut Goebel
Subject: 01/03: gnu: python-ipython: Update to 4.0.3
Date: Tue, 6 Dec 2016 10:30:50 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 4dbc8ec483f2c9fb66a6db4502a4d617dc141889
Author: Hartmut Goebel <address@hidden>
Date:   Mon Dec 5 11:55:01 2016 +0100

    gnu: python-ipython: Update to 4.0.3
    
    * gnu/packages/python.scm (python-ipython, python2-ipython): Update to
    version 4.0.3.
---
 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 0df9496..67022d2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4705,13 +4705,13 @@ tools for mocking system commands and recording calls 
to those.")
 (define-public python-ipython
   (package
     (name "python-ipython")
-    (version "4.0.0")
+    (version "4.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ipython" version ".tar.gz"))
        (sha256
-        (base32 "1npl8g6bfsff9j938ypx0q5fyzy2l8lp0jl8skjjj2zv0z27dlig"))))
+        (base32 "1h2gp1p06sww9rzfkfzqy489bh47gj3910y2b1wdk3dcx1cqz4is"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (propagated-inputs



reply via email to

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