3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-notebook: Update to 6.3.0.

* gnu/packages/python-xyz.scm (python-notebook): Update to 6.3.0.
This commit is contained in:
Ricardo Wurmus 2021-04-09 16:20:39 +02:00
parent a7a92c00f4
commit e9008a66ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10416,13 +10416,13 @@ convert an @code{.ipynb} notebook file into various static formats including:
(define-public python-notebook
(package
(name "python-notebook")
(version "5.7.4")
(version "6.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "notebook" version))
(sha256
(base32
"0jm7324mbxljmn9hgapj66q7swyz5ai92blmr0jpcy0h80x6f26r"))))
"0zfwr87ndjzmdp9adpc9lby1hdqdkjp2q7c9vff3wiw1dj6kkjfb"))))
(build-system python-build-system)
(arguments
`(#:phases