gnu: python-ipykernel: Update to 4.5.2.
* gnu/packages/python.scm (python-ipykernel): Update to 4.5.2.master
parent
45cc957c72
commit
f165648e1b
|
@ -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.
|
||||||
|
|
Reference in New Issue