guix-commits
[Top][All Lists]
Advanced

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

14/25: gnu: python-jupyter-console: Update to 5.2.0.


From: Tobias Geerinckx-Rice
Subject: 14/25: gnu: python-jupyter-console: Update to 5.2.0.
Date: Sat, 17 Mar 2018 11:39:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c300630d556a0241ad09949f03ea8e9bcb119f74
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 07:55:00 2018 +0100

    gnu: python-jupyter-console: Update to 5.2.0.
    
    * gnu/packages/python.scm (python-jupyter-console): Update to 5.2.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 4e2f4b7..adac8e9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6691,14 +6691,14 @@ in the data.")
 (define-public python-jupyter-console
   (package
     (name "python-jupyter-console")
-    (version "5.0.0")
+    (version "5.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "jupyter_console" version))
        (sha256
         (base32
-         "04acmkwsi99rcg3vb54c6n492zv35s92h2ahabc0w6wj976cipvx"))))
+         "1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal"))))
     (build-system python-build-system)
     ;; FIXME: it's not clear how to run the tests.
     (arguments `(#:tests? #f))



reply via email to

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