mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-jupyter-core: Update to 4.7.1.
* gnu/packages/python-xyz.scm (python-jupyter-core): Update to 4.7.1.
This commit is contained in:
parent
95f25c9b13
commit
2a12cbaaab
1 changed files with 2 additions and 2 deletions
|
@ -7210,14 +7210,14 @@ (define-public python2-traitlets
|
|||
(define-public python-jupyter-core
|
||||
(package
|
||||
(name "python-jupyter-core")
|
||||
(version "4.4.0")
|
||||
(version "4.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append (pypi-uri "jupyter_core" version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s"))))
|
||||
"1d12j5hkff0xiax87pnhmzbsph3jqqzhz16h8xld7z2y4armq0kr"))))
|
||||
(build-system python-build-system)
|
||||
;; FIXME: not sure how to run the tests
|
||||
(arguments `(#:tests? #f))
|
||||
|
|
Loading…
Reference in a new issue