mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
a7a92c00f4
commit
e9008a66ea
1 changed files with 2 additions and 2 deletions
|
@ -10416,13 +10416,13 @@ (define-public python2-nbconvert
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue