gnu: python-ipython: Fix CVE detection.
* gnu/packages/python-xyz.scm (python-ipython)[properties]: New field.master
parent
c5000dcc37
commit
305330a585
|
@ -8872,6 +8872,7 @@ callback signature using a prototype function.")
|
||||||
Powerful interactive shells, a browser-based notebook, support for interactive
|
Powerful interactive shells, a browser-based notebook, support for interactive
|
||||||
data visualization, embeddable interpreters and tools for parallel
|
data visualization, embeddable interpreters and tools for parallel
|
||||||
computing.")
|
computing.")
|
||||||
|
(properties '((cpe-name . "ipython")))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-ipython-documentation
|
(define-public python-ipython-documentation
|
||||||
|
|
Reference in New Issue