gnu: python-jupyter-console: Update to 5.2.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Mar 2018 06:55:00 +0000 (07:55 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 17 Mar 2018 15:37:23 +0000 (16:37 +0100)
* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0.

gnu/packages/python.scm

index 4e2f4b7..adac8e9 100644 (file)
@@ -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))