mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: python-jupyter-client: Update to 5.2.4.
* gnu/packages/python.scm (python-jupyter-client): Update to 5.2.4.
This commit is contained in:
parent
75246daff2
commit
ffabccb22f
1 changed files with 2 additions and 2 deletions
|
@ -4824,14 +4824,14 @@ without using the configuration machinery.")
|
||||||
(define-public python-jupyter-client
|
(define-public python-jupyter-client
|
||||||
(package
|
(package
|
||||||
(name "python-jupyter-client")
|
(name "python-jupyter-client")
|
||||||
(version "4.4.0")
|
(version "5.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jupyter_client" version))
|
(uri (pypi-uri "jupyter_client" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vjjrpjw7k5sh982pbjnslv7byfbfazjw9g92jvs7dz5qbx556n9"))))
|
"0l9mh7ccrpl3lppym3dnky8n1nk7xarzzdcxf4q2s7aw203cpydm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Tests fail because of missing native python kernel which I assume is
|
;; Tests fail because of missing native python kernel which I assume is
|
||||||
;; provided by the ipython package, which we cannot use because it would
|
;; provided by the ipython package, which we cannot use because it would
|
||||||
|
|
Loading…
Add table
Reference in a new issue