me
/
guix
Archived
1
0
Fork 0

gnu: python-ipykernel: Update to 4.5.2.

* gnu/packages/python.scm (python-ipykernel): Update to 4.5.2.
master
Tobias Geerinckx-Rice 2016-12-31 16:38:54 +01:00
parent 45cc957c72
commit f165648e1b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -4815,13 +4815,13 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
(define-public python-ipykernel (define-public python-ipykernel
(package (package
(name "python-ipykernel") (name "python-ipykernel")
(version "4.5.0") (version "4.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ipykernel" version)) (uri (pypi-uri "ipykernel" version))
(sha256 (sha256
(base32 "15c2bp1x3i6s4xb7vz7742h3kmvdfdfn9n2haywm3mwgvf77jni4")))) (base32 "0qllv0k6zzv1r1cj1x2ygxmlrrqhbslzj8rc6r6fg3kc1rgz4m2s"))))
(build-system python-build-system) (build-system python-build-system)
;; The tests load a submodule of IPython. However, IPython itself depends ;; The tests load a submodule of IPython. However, IPython itself depends
;; on ipykernel. ;; on ipykernel.