mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: python-ipykernel: Update to 5.5.3.
* gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.5.3.
This commit is contained in:
parent
b1415bf089
commit
02746ead49
1 changed files with 2 additions and 2 deletions
|
@ -7282,13 +7282,13 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
|
|||
(define-public python-ipykernel
|
||||
(package
|
||||
(name "python-ipykernel")
|
||||
(version "5.1.3")
|
||||
(version "5.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ipykernel" version))
|
||||
(sha256
|
||||
(base32 "1a08y677lpn80qzvv7z0smgggmr5m5ayf0bs6vds47xpxl9sss5k"))))
|
||||
(base32 "02f55cjkp5q64x7ikjxznbxwjpkdmfy237b9kg7dk1pxmzvy90m6"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue