gnu: python-jupyter-console: Update to 5.2.0.

* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-16 07:55:00 +01:00
parent c7bb731af8
commit c300630d55
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6691,14 +6691,14 @@ in the data.")
(define-public python-jupyter-console (define-public python-jupyter-console
(package (package
(name "python-jupyter-console") (name "python-jupyter-console")
(version "5.0.0") (version "5.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jupyter_console" version)) (uri (pypi-uri "jupyter_console" version))
(sha256 (sha256
(base32 (base32
"04acmkwsi99rcg3vb54c6n492zv35s92h2ahabc0w6wj976cipvx")))) "1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal"))))
(build-system python-build-system) (build-system python-build-system)
;; FIXME: it's not clear how to run the tests. ;; FIXME: it's not clear how to run the tests.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))