gnu: python-widgetsnbextension: Update to 3.4.2.

* gnu/packages/python.scm (python-widgetsnbextension): Update to 3.4.2.
[propagated-inputs]: Add python-ipykernel.
This commit is contained in:
Ricardo Wurmus 2019-01-02 15:49:29 +01:00 committed by Ricardo Wurmus
parent b6fc288e57
commit fec14302d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -7219,17 +7219,18 @@ interactive computing.")
(define-public python-widgetsnbextension (define-public python-widgetsnbextension
(package (package
(name "python-widgetsnbextension") (name "python-widgetsnbextension")
(version "1.2.6") (version "3.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "widgetsnbextension" version)) (uri (pypi-uri "widgetsnbextension" version))
(sha256 (sha256
(base32 (base32
"0lff2mrwrgsa1mxmwx3phl9xvy0jqfpg6khbmxy53jbq56rwy666")))) "0rc2nivdy7k4m3vljx7wdh2jh11djapcgwhvzlbs0isl8gl8nqgs"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-notebook" ,python-notebook))) `(("python-ipykernel" ,python-ipykernel)
("python-notebook" ,python-notebook)))
(native-inputs (native-inputs
`(("python-certifi" ,python-certifi) `(("python-certifi" ,python-certifi)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)))