guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-ipython: Fix CVE detection.


From: guix-commits
Subject: branch master updated: gnu: python-ipython: Fix CVE detection.
Date: Tue, 01 Feb 2022 05:51:28 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 305330a585 gnu: python-ipython: Fix CVE detection.
305330a585 is described below

commit 305330a58555f1fb3b10b2fe92e0016317f70204
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 1 12:49:37 2022 +0200

    gnu: python-ipython: Fix CVE detection.
    
    * gnu/packages/python-xyz.scm (python-ipython)[properties]: New field.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cee7dab15a..3be20df7e1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8872,6 +8872,7 @@ callback signature using a prototype function.")
 Powerful interactive shells, a browser-based notebook, support for interactive
 data visualization, embeddable interpreters and tools for parallel
 computing.")
+    (properties '((cpe-name . "ipython")))
     (license license:bsd-3)))
 
 (define-public python-ipython-documentation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]