[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-ipython: Update to 5.3.0.
From: |
Thomas Danckaert |
Subject: |
03/03: gnu: python-ipython: Update to 5.3.0. |
Date: |
Thu, 28 Sep 2017 14:24:59 -0400 (EDT) |
thomasd pushed a commit to branch master
in repository guix.
commit 80c3f4d6c04f7112afab5ce309c8b73d9789c79a
Author: Thomas Danckaert <address@hidden>
Date: Thu Sep 28 12:05:13 2017 +0200
gnu: python-ipython: Update to 5.3.0.
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to
5.3.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 e44462b..77c4a83 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5784,13 +5784,13 @@ tools for mocking system commands and recording calls
to those.")
(define-public python-ipython
(package
(name "python-ipython")
- (version "5.2.2")
+ (version "5.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipython" version ".tar.gz"))
(sha256
- (base32 "1qhjwa9cyz1np7rhv3p4ip13lkgbqsad62l24xkwiq1ic2gwiqbf"))))
+ (base32 "079wyjir4a9qx6kvx096b1asm63djbidk65z3ykcbnlngmg62pmz"))))
(build-system python-build-system)
(outputs '("out" "doc"))
(propagated-inputs