diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2019-01-02 15:49:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-02 16:33:57 +0100 |
commit | fec14302d5b57fe94ebecb78933c6402ebe90414 (patch) | |
tree | 8fc557dae424f86ba11c38be6bf4bf83d729d98a /gnu/packages/python.scm | |
parent | b6fc288e57883d835aef6da1608a17a5de6ef3c9 (diff) | |
download | patches-fec14302d5b57fe94ebecb78933c6402ebe90414.tar patches-fec14302d5b57fe94ebecb78933c6402ebe90414.tar.gz |
gnu: python-widgetsnbextension: Update to 3.4.2.
* gnu/packages/python.scm (python-widgetsnbextension): Update to 3.4.2.
[propagated-inputs]: Add python-ipykernel.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 59a3f1364b..b80ea0ba1f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7219,17 +7219,18 @@ interactive computing.") (define-public python-widgetsnbextension (package (name "python-widgetsnbextension") - (version "1.2.6") + (version "3.4.2") (source (origin (method url-fetch) (uri (pypi-uri "widgetsnbextension" version)) (sha256 (base32 - "0lff2mrwrgsa1mxmwx3phl9xvy0jqfpg6khbmxy53jbq56rwy666")))) + "0rc2nivdy7k4m3vljx7wdh2jh11djapcgwhvzlbs0isl8gl8nqgs")))) (build-system python-build-system) (propagated-inputs - `(("python-notebook" ,python-notebook))) + `(("python-ipykernel" ,python-ipykernel) + ("python-notebook" ,python-notebook))) (native-inputs `(("python-certifi" ,python-certifi) ("python-nose" ,python-nose))) |